Interface GcsSourceOrBuilder (2.41.0)

public interface GcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioUri()

public abstract String getAudioUri()

Cloud Storage URI that points to a file that contains the conversation audio.

string audio_uri = 1;

Returns
TypeDescription
String

The audioUri.

getAudioUriBytes()

public abstract ByteString getAudioUriBytes()

Cloud Storage URI that points to a file that contains the conversation audio.

string audio_uri = 1;

Returns
TypeDescription
ByteString

The bytes for audioUri.

getTranscriptUri()

public abstract String getTranscriptUri()

Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.

string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
String

The transcriptUri.

getTranscriptUriBytes()

public abstract ByteString getTranscriptUriBytes()

Immutable. Cloud Storage URI that points to a file that contains the conversation transcript.

string transcript_uri = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
ByteString

The bytes for transcriptUri.