Cloud Vision V1 API - Class Google::Cloud::Vision::V1::BatchAnnotateFilesRequest (v0.6.4)

Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::BatchAnnotateFilesRequest.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
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.

#parent=

def parent=(value) -> ::String
Parameter
  • 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.

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.

#requests

def requests() -> ::Array<::Google::Cloud::Vision::V1::AnnotateFileRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Cloud::Vision::V1::AnnotateFileRequest>
Parameter
Returns