Interface TranscriptOutputConfigOrBuilder (4.36.0)

public interface TranscriptOutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
ByteString

The bytes for gcsUri.

getOutputTypeCase()

public abstract TranscriptOutputConfig.OutputTypeCase getOutputTypeCase()
Returns
TypeDescription
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
TypeDescription
boolean

Whether the gcsUri field is set.