Package com.google.cloud.speech.v1
Interface TranscriptOutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TranscriptOutputConfig
,TranscriptOutputConfig.Builder
public interface TranscriptOutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsUri
boolean 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;
- Returns:
- Whether the gcsUri field is set.
-
getGcsUri
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;
- Returns:
- The gcsUri.
-
getGcsUriBytes
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;
- Returns:
- The bytes for gcsUri.
-
getOutputTypeCase
TranscriptOutputConfig.OutputTypeCase getOutputTypeCase()
-
-