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

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

The desired output location and metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#batch_size

def batch_size() -> ::Integer
Returns
  • (::Integer) — The max number of response protos to put into each output JSON file on Google Cloud Storage. The valid range is [1, 100]. If not specified, the default value is 20.

    For example, for one pdf file with 100 pages, 100 response protos will be generated. If batch_size = 20, then 5 json files each containing 20 response protos will be written under the prefix gcs_destination.uri.

    Currently, batch_size only applies to GcsDestination, with potential future support for other output configurations.

#batch_size=

def batch_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The max number of response protos to put into each output JSON file on Google Cloud Storage. The valid range is [1, 100]. If not specified, the default value is 20.

    For example, for one pdf file with 100 pages, 100 response protos will be generated. If batch_size = 20, then 5 json files each containing 20 response protos will be written under the prefix gcs_destination.uri.

    Currently, batch_size only applies to GcsDestination, with potential future support for other output configurations.

Returns
  • (::Integer) — The max number of response protos to put into each output JSON file on Google Cloud Storage. The valid range is [1, 100]. If not specified, the default value is 20.

    For example, for one pdf file with 100 pages, 100 response protos will be generated. If batch_size = 20, then 5 json files each containing 20 response protos will be written under the prefix gcs_destination.uri.

    Currently, batch_size only applies to GcsDestination, with potential future support for other output configurations.

#gcs_destination

def gcs_destination() -> ::Google::Cloud::Vision::V1::GcsDestination
Returns

#gcs_destination=

def gcs_destination=(value) -> ::Google::Cloud::Vision::V1::GcsDestination
Parameter
Returns