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