public interface GcsSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAudioUri()
public abstract String getAudioUri()Cloud Storage URI that points to a file that contains the conversation audio.
string audio_uri = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for transcriptUri. |