Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::AsyncBatchAnnotateImagesRequest.
Request for async image annotation for a list of images.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#output_config
def output_config() -> ::Google::Cloud::Vision::V1::OutputConfig
- (::Google::Cloud::Vision::V1::OutputConfig) — Required. The desired output location and metadata (e.g. format).
#output_config=
def output_config=(value) -> ::Google::Cloud::Vision::V1::OutputConfig
- value (::Google::Cloud::Vision::V1::OutputConfig) — Required. The desired output location and metadata (e.g. format).
- (::Google::Cloud::Vision::V1::OutputConfig) — Required. The desired output location and metadata (e.g. format).
#parent
def parent() -> ::String
-
(::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
.
#parent=
def parent=(value) -> ::String
-
value (::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
.
-
(::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
.
#requests
def requests() -> ::Array<::Google::Cloud::Vision::V1::AnnotateImageRequest>
- (::Array<::Google::Cloud::Vision::V1::AnnotateImageRequest>) — Required. Individual image annotation requests for this batch.
#requests=
def requests=(value) -> ::Array<::Google::Cloud::Vision::V1::AnnotateImageRequest>
- value (::Array<::Google::Cloud::Vision::V1::AnnotateImageRequest>) — Required. Individual image annotation requests for this batch.
- (::Array<::Google::Cloud::Vision::V1::AnnotateImageRequest>) — Required. Individual image annotation requests for this batch.