Uses of Class
com.google.cloud.speech.v1p1beta1.WordInfo
-
Packages that use WordInfo Package Description com.google.cloud.speech.v1p1beta1 A client to Cloud Speech-to-Text API -
-
Uses of WordInfo in com.google.cloud.speech.v1p1beta1
Methods in com.google.cloud.speech.v1p1beta1 that return WordInfo Modifier and Type Method Description WordInfoWordInfo.Builder. build()WordInfoWordInfo.Builder. buildPartial()static WordInfoWordInfo. getDefaultInstance()WordInfoWordInfo.Builder. getDefaultInstanceForType()WordInfoWordInfo. getDefaultInstanceForType()WordInfoSpeechRecognitionAlternative.Builder. getWords(int index)A list of word-specific information for each recognized word.WordInfoSpeechRecognitionAlternative. getWords(int index)A list of word-specific information for each recognized word.WordInfoSpeechRecognitionAlternativeOrBuilder. getWords(int index)A list of word-specific information for each recognized word.static WordInfoWordInfo. parseDelimitedFrom(InputStream input)static WordInfoWordInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordInfoWordInfo. parseFrom(byte[] data)static WordInfoWordInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordInfoWordInfo. parseFrom(com.google.protobuf.ByteString data)static WordInfoWordInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordInfoWordInfo. parseFrom(com.google.protobuf.CodedInputStream input)static WordInfoWordInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordInfoWordInfo. parseFrom(InputStream input)static WordInfoWordInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordInfoWordInfo. parseFrom(ByteBuffer data)static WordInfoWordInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.speech.v1p1beta1 that return types with arguments of type WordInfo Modifier and Type Method Description com.google.protobuf.Parser<WordInfo>WordInfo. getParserForType()List<WordInfo>SpeechRecognitionAlternative.Builder. getWordsList()A list of word-specific information for each recognized word.List<WordInfo>SpeechRecognitionAlternative. getWordsList()A list of word-specific information for each recognized word.List<WordInfo>SpeechRecognitionAlternativeOrBuilder. getWordsList()A list of word-specific information for each recognized word.static com.google.protobuf.Parser<WordInfo>WordInfo. parser()Methods in com.google.cloud.speech.v1p1beta1 with parameters of type WordInfo Modifier and Type Method Description SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. addWords(int index, WordInfo value)A list of word-specific information for each recognized word.SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. addWords(WordInfo value)A list of word-specific information for each recognized word.WordInfo.BuilderWordInfo.Builder. mergeFrom(WordInfo other)static WordInfo.BuilderWordInfo. newBuilder(WordInfo prototype)SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. setWords(int index, WordInfo value)A list of word-specific information for each recognized word.Method parameters in com.google.cloud.speech.v1p1beta1 with type arguments of type WordInfo Modifier and Type Method Description SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. addAllWords(Iterable<? extends WordInfo> values)A list of word-specific information for each recognized word.
-