Uses of Class
com.google.cloud.videointelligence.v1p3beta1.WordInfo
-
Packages that use WordInfo Package Description com.google.cloud.videointelligence.v1p3beta1 A client to Cloud Video Intelligence API -
-
Uses of WordInfo in com.google.cloud.videointelligence.v1p3beta1
Methods in com.google.cloud.videointelligence.v1p3beta1 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)Output only.WordInfoSpeechRecognitionAlternative. getWords(int index)Output only.WordInfoSpeechRecognitionAlternativeOrBuilder. getWords(int index)Output only.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.videointelligence.v1p3beta1 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()Output only.List<WordInfo>SpeechRecognitionAlternative. getWordsList()Output only.List<WordInfo>SpeechRecognitionAlternativeOrBuilder. getWordsList()Output only.static com.google.protobuf.Parser<WordInfo>WordInfo. parser()Methods in com.google.cloud.videointelligence.v1p3beta1 with parameters of type WordInfo Modifier and Type Method Description SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. addWords(int index, WordInfo value)Output only.SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. addWords(WordInfo value)Output only.WordInfo.BuilderWordInfo.Builder. mergeFrom(WordInfo other)static WordInfo.BuilderWordInfo. newBuilder(WordInfo prototype)SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. setWords(int index, WordInfo value)Output only.Method parameters in com.google.cloud.videointelligence.v1p3beta1 with type arguments of type WordInfo Modifier and Type Method Description SpeechRecognitionAlternative.BuilderSpeechRecognitionAlternative.Builder. addAllWords(Iterable<? extends WordInfo> values)Output only.
-