gcsUri property

String? gcsUri
getter/setter pair

Specifies a Cloud Storage URI for the recognition results.

Must be specified in the format: gs://bucket_name/object_name, and the bucket must already exist.

Implementation

core.String? gcsUri;