public interface TranscriptOutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGcsUri()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsUri. |
getOutputTypeCase()
public abstract TranscriptOutputConfig.OutputTypeCase getOutputTypeCase()| Returns | |
|---|---|
| Type | Description |
TranscriptOutputConfig.OutputTypeCase |
|
hasGcsUri()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the gcsUri field is set. |