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- 
        (::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 prefixgcs_destination.uri.Currently, batch_size only applies to GcsDestination, with potential future support for other output configurations. 
#batch_size=
def batch_size=(value) -> ::Integer- 
        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 prefixgcs_destination.uri.Currently, batch_size only applies to GcsDestination, with potential future support for other output configurations. 
- 
        (::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 prefixgcs_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- (::Google::Cloud::Vision::V1::GcsDestination) — The Google Cloud Storage location to write the output(s) to.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Vision::V1::GcsDestination- value (::Google::Cloud::Vision::V1::GcsDestination) — The Google Cloud Storage location to write the output(s) to.
- (::Google::Cloud::Vision::V1::GcsDestination) — The Google Cloud Storage location to write the output(s) to.