public interface InlineResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSrtCaptions()
The transcript for the audio file as SRT formatted captions.
|
com.google.protobuf.ByteString |
getSrtCaptionsBytes()
The transcript for the audio file as SRT formatted captions.
|
BatchRecognizeResults |
getTranscript()
The transcript for the audio file.
|
BatchRecognizeResultsOrBuilder |
getTranscriptOrBuilder()
The transcript for the audio file.
|
String |
getVttCaptions()
The transcript for the audio file as VTT formatted captions.
|
com.google.protobuf.ByteString |
getVttCaptionsBytes()
The transcript for the audio file as VTT formatted captions.
|
boolean |
hasTranscript()
The transcript for the audio file.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTranscript()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;BatchRecognizeResults getTranscript()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;BatchRecognizeResultsOrBuilder getTranscriptOrBuilder()
The transcript for the audio file.
.google.cloud.speech.v2.BatchRecognizeResults transcript = 1;String getVttCaptions()
The transcript for the audio file as VTT formatted captions. This is populated only when `VTT` output is requested.
string vtt_captions = 2;com.google.protobuf.ByteString getVttCaptionsBytes()
The transcript for the audio file as VTT formatted captions. This is populated only when `VTT` output is requested.
string vtt_captions = 2;String getSrtCaptions()
The transcript for the audio file as SRT formatted captions. This is populated only when `SRT` output is requested.
string srt_captions = 3;com.google.protobuf.ByteString getSrtCaptionsBytes()
The transcript for the audio file as SRT formatted captions. This is populated only when `SRT` output is requested.
string srt_captions = 3;Copyright © 2025 Google LLC. All rights reserved.