Uses of Class
com.google.cloud.speech.v1beta1.SpeechRecognitionResult
-
Packages that use SpeechRecognitionResult Package Description com.google.cloud.speech.v1beta1 -
-
Uses of SpeechRecognitionResult in com.google.cloud.speech.v1beta1
Methods in com.google.cloud.speech.v1beta1 that return SpeechRecognitionResult Modifier and Type Method Description SpeechRecognitionResult
SpeechRecognitionResult.Builder. build()
SpeechRecognitionResult
SpeechRecognitionResult.Builder. buildPartial()
static SpeechRecognitionResult
SpeechRecognitionResult. getDefaultInstance()
SpeechRecognitionResult
SpeechRecognitionResult.Builder. getDefaultInstanceForType()
SpeechRecognitionResult
SpeechRecognitionResult. getDefaultInstanceForType()
SpeechRecognitionResult
AsyncRecognizeResponse.Builder. getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult
AsyncRecognizeResponse. getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult
AsyncRecognizeResponseOrBuilder. getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult
SyncRecognizeResponse.Builder. getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult
SyncRecognizeResponse. getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult
SyncRecognizeResponseOrBuilder. getResults(int index)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.static SpeechRecognitionResult
SpeechRecognitionResult. parseDelimitedFrom(InputStream input)
static SpeechRecognitionResult
SpeechRecognitionResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(byte[] data)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(com.google.protobuf.ByteString data)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(com.google.protobuf.CodedInputStream input)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(InputStream input)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(ByteBuffer data)
static SpeechRecognitionResult
SpeechRecognitionResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.speech.v1beta1 that return types with arguments of type SpeechRecognitionResult Modifier and Type Method Description com.google.protobuf.Parser<SpeechRecognitionResult>
SpeechRecognitionResult. getParserForType()
List<SpeechRecognitionResult>
AsyncRecognizeResponse.Builder. getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>
AsyncRecognizeResponse. getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>
AsyncRecognizeResponseOrBuilder. getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>
SyncRecognizeResponse.Builder. getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>
SyncRecognizeResponse. getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>
SyncRecognizeResponseOrBuilder. getResultsList()
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.static com.google.protobuf.Parser<SpeechRecognitionResult>
SpeechRecognitionResult. parser()
Methods in com.google.cloud.speech.v1beta1 with parameters of type SpeechRecognitionResult Modifier and Type Method Description AsyncRecognizeResponse.Builder
AsyncRecognizeResponse.Builder. addResults(int index, SpeechRecognitionResult value)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.AsyncRecognizeResponse.Builder
AsyncRecognizeResponse.Builder. addResults(SpeechRecognitionResult value)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SyncRecognizeResponse.Builder
SyncRecognizeResponse.Builder. addResults(int index, SpeechRecognitionResult value)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SyncRecognizeResponse.Builder
SyncRecognizeResponse.Builder. addResults(SpeechRecognitionResult value)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult.Builder
SpeechRecognitionResult.Builder. mergeFrom(SpeechRecognitionResult other)
static SpeechRecognitionResult.Builder
SpeechRecognitionResult. newBuilder(SpeechRecognitionResult prototype)
AsyncRecognizeResponse.Builder
AsyncRecognizeResponse.Builder. setResults(int index, SpeechRecognitionResult value)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SyncRecognizeResponse.Builder
SyncRecognizeResponse.Builder. setResults(int index, SpeechRecognitionResult value)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.Method parameters in com.google.cloud.speech.v1beta1 with type arguments of type SpeechRecognitionResult Modifier and Type Method Description AsyncRecognizeResponse.Builder
AsyncRecognizeResponse.Builder. addAllResults(Iterable<? extends SpeechRecognitionResult> values)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.SyncRecognizeResponse.Builder
SyncRecognizeResponse.Builder. addAllResults(Iterable<? extends SpeechRecognitionResult> values)
*Output-only* Sequential list of transcription results corresponding to sequential portions of audio.
-