Interface UploadEvaluationAudioResponseOrBuilder (0.3.0)

public interface UploadEvaluationAudioResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioGcsUri()

public abstract String getAudioGcsUri()

The Google Cloud Storage URI where the uploaded audio file is stored. Format: gs://<bucket-name>/<object-name>

string audio_gcs_uri = 1;

Returns
Type Description
String

The audioGcsUri.

getAudioGcsUriBytes()

public abstract ByteString getAudioGcsUriBytes()

The Google Cloud Storage URI where the uploaded audio file is stored. Format: gs://<bucket-name>/<object-name>

string audio_gcs_uri = 1;

Returns
Type Description
ByteString

The bytes for audioGcsUri.

getDuration()

public abstract Duration getDuration()

The duration of the audio.

.google.protobuf.Duration duration = 3;

Returns
Type Description
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

The duration of the audio.

.google.protobuf.Duration duration = 3;

Returns
Type Description
DurationOrBuilder

getTranscript()

public abstract String getTranscript()

The transcript of the audio, generated by Cloud Speech-to-Text.

string transcript = 2;

Returns
Type Description
String

The transcript.

getTranscriptBytes()

public abstract ByteString getTranscriptBytes()

The transcript of the audio, generated by Cloud Speech-to-Text.

string transcript = 2;

Returns
Type Description
ByteString

The bytes for transcript.

hasDuration()

public abstract boolean hasDuration()

The duration of the audio.

.google.protobuf.Duration duration = 3;

Returns
Type Description
boolean

Whether the duration field is set.