Package | Description |
---|---|
com.google.cloud.vision.v1p1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
TextAnnotation.TextProperty |
TextAnnotation.TextProperty.Builder.build() |
TextAnnotation.TextProperty |
TextAnnotation.TextProperty.Builder.buildPartial() |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.getDefaultInstance() |
TextAnnotation.TextProperty |
TextAnnotation.TextProperty.getDefaultInstanceForType() |
TextAnnotation.TextProperty |
TextAnnotation.TextProperty.Builder.getDefaultInstanceForType() |
TextAnnotation.TextProperty |
BlockOrBuilder.getProperty()
Additional information detected for the block.
|
TextAnnotation.TextProperty |
Paragraph.getProperty()
Additional information detected for the paragraph.
|
TextAnnotation.TextProperty |
Paragraph.Builder.getProperty()
Additional information detected for the paragraph.
|
TextAnnotation.TextProperty |
PageOrBuilder.getProperty()
Additional information detected on the page.
|
TextAnnotation.TextProperty |
Word.getProperty()
Additional information detected for the word.
|
TextAnnotation.TextProperty |
Word.Builder.getProperty()
Additional information detected for the word.
|
TextAnnotation.TextProperty |
ParagraphOrBuilder.getProperty()
Additional information detected for the paragraph.
|
TextAnnotation.TextProperty |
Block.getProperty()
Additional information detected for the block.
|
TextAnnotation.TextProperty |
Block.Builder.getProperty()
Additional information detected for the block.
|
TextAnnotation.TextProperty |
SymbolOrBuilder.getProperty()
Additional information detected for the symbol.
|
TextAnnotation.TextProperty |
WordOrBuilder.getProperty()
Additional information detected for the word.
|
TextAnnotation.TextProperty |
Page.getProperty()
Additional information detected on the page.
|
TextAnnotation.TextProperty |
Page.Builder.getProperty()
Additional information detected on the page.
|
TextAnnotation.TextProperty |
Symbol.getProperty()
Additional information detected for the symbol.
|
TextAnnotation.TextProperty |
Symbol.Builder.getProperty()
Additional information detected for the symbol.
|
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseDelimitedFrom(InputStream input) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(byte[] data) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(ByteBuffer data) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(ByteString data) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(CodedInputStream input) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(InputStream input) |
static TextAnnotation.TextProperty |
TextAnnotation.TextProperty.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<TextAnnotation.TextProperty> |
TextAnnotation.TextProperty.getParserForType() |
static Parser<TextAnnotation.TextProperty> |
TextAnnotation.TextProperty.parser() |
Modifier and Type | Method and Description |
---|---|
TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.Builder.mergeFrom(TextAnnotation.TextProperty other) |
Paragraph.Builder |
Paragraph.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the paragraph.
|
Word.Builder |
Word.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the word.
|
Block.Builder |
Block.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the block.
|
Page.Builder |
Page.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected on the page.
|
Symbol.Builder |
Symbol.Builder.mergeProperty(TextAnnotation.TextProperty value)
Additional information detected for the symbol.
|
static TextAnnotation.TextProperty.Builder |
TextAnnotation.TextProperty.newBuilder(TextAnnotation.TextProperty prototype) |
Paragraph.Builder |
Paragraph.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the paragraph.
|
Word.Builder |
Word.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the word.
|
Block.Builder |
Block.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the block.
|
Page.Builder |
Page.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected on the page.
|
Symbol.Builder |
Symbol.Builder.setProperty(TextAnnotation.TextProperty value)
Additional information detected for the symbol.
|
Copyright © 2022 Google LLC. All rights reserved.