Class: Google::Cloud::Vision::V1::AsyncBatchAnnotateImagesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vision/v1/image_annotator.rb

Overview

Request for async image annotation for a list of images.

Instance Attribute Summary collapse

Instance Attribute Details

#output_config::Google::Cloud::Vision::V1::OutputConfig

Returns Required. The desired output location and metadata (e.g. format).

Returns:



859
860
861
862
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 859

class AsyncBatchAnnotateImagesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Optional. Target project and location to make a call.

Format: projects/{project-id}/locations/{location-id}.

If no parent is specified, a region will be chosen automatically.

Supported location-ids: us: USA country only, asia: East asia areas, like Japan, Taiwan, eu: The European Union.

Example: projects/project-A/locations/eu.

Returns:

  • (::String)

    Optional. Target project and location to make a call.

    Format: projects/{project-id}/locations/{location-id}.

    If no parent is specified, a region will be chosen automatically.

    Supported location-ids: us: USA country only, asia: East asia areas, like Japan, Taiwan, eu: The European Union.

    Example: projects/project-A/locations/eu.



859
860
861
862
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 859

class AsyncBatchAnnotateImagesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Cloud::Vision::V1::AnnotateImageRequest>

Returns Required. Individual image annotation requests for this batch.

Returns:



859
860
861
862
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 859

class AsyncBatchAnnotateImagesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end