google_api_vision v0.4.0 GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1GcsDestination View Source
The Google Cloud Storage location where the output will be written to.
Attributes
- uri (String.t): 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. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1GcsDestination{
uri: any()
}
t() :: %GoogleApi.Vision.V1.Model.GoogleCloudVisionV1p3beta1GcsDestination{ uri: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.