Class: Google::Cloud::Vision::V1::BatchAnnotateFilesRequest

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

A list of requests to annotate files using the BatchAnnotateFiles API.

Instance Attribute Summary collapse

Instance Attribute Details

#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.



796
797
798
799
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 796

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

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

Returns Required. The list of file annotation requests. Right now we support only one AnnotateFileRequest in BatchAnnotateFilesRequest.

Returns:



796
797
798
799
# File 'proto_docs/google/cloud/vision/v1/image_annotator.rb', line 796

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