Package | Description |
---|---|
com.google.cloud.vision.v1 |
A client to Cloud Vision API
|
Modifier and Type | Method and Description |
---|---|
Word |
Word.Builder.build() |
Word |
Word.Builder.buildPartial() |
static Word |
Word.getDefaultInstance() |
Word |
Word.getDefaultInstanceForType() |
Word |
Word.Builder.getDefaultInstanceForType() |
Word |
Paragraph.getWords(int index)
List of all words in this paragraph.
|
Word |
Paragraph.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(byte[] data) |
static Word |
Word.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(ByteBuffer data) |
static Word |
Word.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(ByteString data) |
static Word |
Word.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(CodedInputStream input) |
static Word |
Word.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Word |
Word.parseFrom(InputStream input) |
static Word |
Word.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<Word> |
Word.getParserForType() |
List<Word> |
Paragraph.getWordsList()
List of all words in this paragraph.
|
List<Word> |
Paragraph.Builder.getWordsList()
List of all words in this paragraph.
|
List<Word> |
ParagraphOrBuilder.getWordsList()
List of all words in this paragraph.
|
static Parser<Word> |
Word.parser() |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Paragraph.Builder |
Paragraph.Builder.addAllWords(Iterable<? extends Word> values)
List of all words in this paragraph.
|
Copyright © 2022 Google LLC. All rights reserved.