Uses of Class
com.google.cloud.speech.v2.SpeechRecognitionResult
-
Packages that use SpeechRecognitionResult Package Description com.google.cloud.speech.v2 A client to Cloud Speech-to-Text API -
-
Uses of SpeechRecognitionResult in com.google.cloud.speech.v2
Methods in com.google.cloud.speech.v2 that return SpeechRecognitionResult Modifier and Type Method Description SpeechRecognitionResultSpeechRecognitionResult.Builder. build()SpeechRecognitionResultSpeechRecognitionResult.Builder. buildPartial()static SpeechRecognitionResultSpeechRecognitionResult. getDefaultInstance()SpeechRecognitionResultSpeechRecognitionResult.Builder. getDefaultInstanceForType()SpeechRecognitionResultSpeechRecognitionResult. getDefaultInstanceForType()SpeechRecognitionResultBatchRecognizeResults.Builder. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultBatchRecognizeResults. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultBatchRecognizeResultsOrBuilder. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultRecognizeResponse.Builder. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultRecognizeResponse. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultRecognizeResponseOrBuilder. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.static SpeechRecognitionResultSpeechRecognitionResult. parseDelimitedFrom(InputStream input)static SpeechRecognitionResultSpeechRecognitionResult. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(byte[] data)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(com.google.protobuf.ByteString data)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(com.google.protobuf.CodedInputStream input)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(InputStream input)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(ByteBuffer data)static SpeechRecognitionResultSpeechRecognitionResult. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v2 that return types with arguments of type SpeechRecognitionResult Modifier and Type Method Description com.google.protobuf.Parser<SpeechRecognitionResult>SpeechRecognitionResult. getParserForType()List<SpeechRecognitionResult>BatchRecognizeResults.Builder. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>BatchRecognizeResults. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>BatchRecognizeResultsOrBuilder. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>RecognizeResponse.Builder. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>RecognizeResponse. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>RecognizeResponseOrBuilder. getResultsList()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.v2 with parameters of type SpeechRecognitionResult Modifier and Type Method Description BatchRecognizeResults.BuilderBatchRecognizeResults.Builder. addResults(int index, SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.BatchRecognizeResults.BuilderBatchRecognizeResults.Builder. addResults(SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.RecognizeResponse.BuilderRecognizeResponse.Builder. addResults(int index, SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.RecognizeResponse.BuilderRecognizeResponse.Builder. addResults(SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResult.BuilderSpeechRecognitionResult.Builder. mergeFrom(SpeechRecognitionResult other)static SpeechRecognitionResult.BuilderSpeechRecognitionResult. newBuilder(SpeechRecognitionResult prototype)BatchRecognizeResults.BuilderBatchRecognizeResults.Builder. setResults(int index, SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.RecognizeResponse.BuilderRecognizeResponse.Builder. setResults(int index, SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.Method parameters in com.google.cloud.speech.v2 with type arguments of type SpeechRecognitionResult Modifier and Type Method Description BatchRecognizeResults.BuilderBatchRecognizeResults.Builder. addAllResults(Iterable<? extends SpeechRecognitionResult> values)Sequential list of transcription results corresponding to sequential portions of audio.RecognizeResponse.BuilderRecognizeResponse.Builder. addAllResults(Iterable<? extends SpeechRecognitionResult> values)Sequential list of transcription results corresponding to sequential portions of audio.
-