Uses of Class
com.google.cloud.speech.v1p1beta1.SpeechRecognitionResult
-
Packages that use SpeechRecognitionResult Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of SpeechRecognitionResult in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return SpeechRecognitionResult Modifier and Type Method Description SpeechRecognitionResultSpeechRecognitionResult.Builder. build()SpeechRecognitionResultSpeechRecognitionResult.Builder. buildPartial()static SpeechRecognitionResultSpeechRecognitionResult. getDefaultInstance()SpeechRecognitionResultSpeechRecognitionResult.Builder. getDefaultInstanceForType()SpeechRecognitionResultSpeechRecognitionResult. getDefaultInstanceForType()SpeechRecognitionResultLongRunningRecognizeResponse.Builder. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultLongRunningRecognizeResponse. getResults(int index)Sequential list of transcription results corresponding to sequential portions of audio.SpeechRecognitionResultLongRunningRecognizeResponseOrBuilder. 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.v1p1beta1 that return types with arguments of type SpeechRecognitionResult Modifier and Type Method Description com.google.protobuf.Parser<SpeechRecognitionResult>SpeechRecognitionResult. getParserForType()List<SpeechRecognitionResult>LongRunningRecognizeResponse.Builder. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>LongRunningRecognizeResponse. getResultsList()Sequential list of transcription results corresponding to sequential portions of audio.List<SpeechRecognitionResult>LongRunningRecognizeResponseOrBuilder. 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.v1p1beta1 with parameters of type SpeechRecognitionResult Modifier and Type Method Description LongRunningRecognizeResponse.BuilderLongRunningRecognizeResponse.Builder. addResults(int index, SpeechRecognitionResult value)Sequential list of transcription results corresponding to sequential portions of audio.LongRunningRecognizeResponse.BuilderLongRunningRecognizeResponse.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)LongRunningRecognizeResponse.BuilderLongRunningRecognizeResponse.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.v1p1beta1 with type arguments of type SpeechRecognitionResult Modifier and Type Method Description LongRunningRecognizeResponse.BuilderLongRunningRecognizeResponse.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.
-