public interface TranscriptOutputConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGcsUri()
Specifies a Cloud Storage URI for the recognition results.
|
com.google.protobuf.ByteString |
getGcsUriBytes()
Specifies a Cloud Storage URI for the recognition results.
|
TranscriptOutputConfig.OutputTypeCase |
getOutputTypeCase() |
boolean |
hasGcsUri()
Specifies a Cloud Storage URI for the recognition results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsUri()
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.
string gcs_uri = 1;String getGcsUri()
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.
string gcs_uri = 1;com.google.protobuf.ByteString getGcsUriBytes()
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.
string gcs_uri = 1;TranscriptOutputConfig.OutputTypeCase getOutputTypeCase()
Copyright © 2023 Google LLC. All rights reserved.