Cloud Vision V1p3beta1 API - Class Google::Cloud::Vision::V1p3beta1::GcsDestination (v0.5.5)

Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::GcsDestination.

The Google Cloud Storage location where the output will be written to.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#uri

def uri() -> ::String
Returns
  • (::String) — Google Cloud Storage URI where the results will be stored. Results will be in JSON format and preceded by its corresponding input URI. This field can either represent a single file, or a prefix for multiple outputs. Prefixes must end in a /.

    Examples:

    • File: gs://bucket-name/filename.json
    • Prefix: gs://bucket-name/prefix/here/
    • File: gs://bucket-name/prefix/here

    If multiple outputs, each response is still AnnotateFileResponse, each of which contains some subset of the full list of AnnotateImageResponse. Multiple outputs can happen if, for example, the output JSON is too large and overflows into multiple sharded files.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Google Cloud Storage URI where the results will be stored. Results will be in JSON format and preceded by its corresponding input URI. This field can either represent a single file, or a prefix for multiple outputs. Prefixes must end in a /.

    Examples:

    • File: gs://bucket-name/filename.json
    • Prefix: gs://bucket-name/prefix/here/
    • File: gs://bucket-name/prefix/here

    If multiple outputs, each response is still AnnotateFileResponse, each of which contains some subset of the full list of AnnotateImageResponse. Multiple outputs can happen if, for example, the output JSON is too large and overflows into multiple sharded files.

Returns
  • (::String) — Google Cloud Storage URI where the results will be stored. Results will be in JSON format and preceded by its corresponding input URI. This field can either represent a single file, or a prefix for multiple outputs. Prefixes must end in a /.

    Examples:

    • File: gs://bucket-name/filename.json
    • Prefix: gs://bucket-name/prefix/here/
    • File: gs://bucket-name/prefix/here

    If multiple outputs, each response is still AnnotateFileResponse, each of which contains some subset of the full list of AnnotateImageResponse. Multiple outputs can happen if, for example, the output JSON is too large and overflows into multiple sharded files.