Uses of Class
com.google.cloud.vision.v1.Word
-
Packages that use Word Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of Word in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return Word Modifier and Type Method Description WordWord.Builder. build()WordWord.Builder. buildPartial()static WordWord. getDefaultInstance()WordWord.Builder. getDefaultInstanceForType()WordWord. getDefaultInstanceForType()WordParagraph.Builder. getWords(int index)List of all words in this paragraph.WordParagraph. getWords(int index)List of all words in this paragraph.WordParagraphOrBuilder. getWords(int index)List of all words in this paragraph.static WordWord. parseDelimitedFrom(InputStream input)static WordWord. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordWord. parseFrom(byte[] data)static WordWord. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordWord. parseFrom(com.google.protobuf.ByteString data)static WordWord. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordWord. parseFrom(com.google.protobuf.CodedInputStream input)static WordWord. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordWord. parseFrom(InputStream input)static WordWord. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static WordWord. parseFrom(ByteBuffer data)static WordWord. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1 that return types with arguments of type Word Modifier and Type Method Description com.google.protobuf.Parser<Word>Word. getParserForType()List<Word>Paragraph.Builder. getWordsList()List of all words in this paragraph.List<Word>Paragraph. getWordsList()List of all words in this paragraph.List<Word>ParagraphOrBuilder. getWordsList()List of all words in this paragraph.static com.google.protobuf.Parser<Word>Word. parser()Methods in com.google.cloud.vision.v1 with parameters of type Word Modifier and Type Method Description Paragraph.BuilderParagraph.Builder. addWords(int index, Word value)List of all words in this paragraph.Paragraph.BuilderParagraph.Builder. addWords(Word value)List of all words in this paragraph.Word.BuilderWord.Builder. mergeFrom(Word other)static Word.BuilderWord. newBuilder(Word prototype)Paragraph.BuilderParagraph.Builder. setWords(int index, Word value)List of all words in this paragraph.Method parameters in com.google.cloud.vision.v1 with type arguments of type Word Modifier and Type Method Description Paragraph.BuilderParagraph.Builder. addAllWords(Iterable<? extends Word> values)List of all words in this paragraph.
-