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