| Modifier and Type | Method and Description |
|---|---|
Document.Page.Symbol |
Document.Page.Symbol.Builder.build() |
Document.Page.Symbol |
Document.Page.Symbol.Builder.buildPartial() |
static Document.Page.Symbol |
Document.Page.Symbol.getDefaultInstance() |
Document.Page.Symbol |
Document.Page.Symbol.getDefaultInstanceForType() |
Document.Page.Symbol |
Document.Page.Symbol.Builder.getDefaultInstanceForType() |
Document.Page.Symbol |
Document.PageOrBuilder.getSymbols(int index)
A list of visually detected symbols on the page.
|
Document.Page.Symbol |
Document.Page.getSymbols(int index)
A list of visually detected symbols on the page.
|
Document.Page.Symbol |
Document.Page.Builder.getSymbols(int index)
A list of visually detected symbols on the page.
|
static Document.Page.Symbol |
Document.Page.Symbol.parseDelimitedFrom(InputStream input) |
static Document.Page.Symbol |
Document.Page.Symbol.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(byte[] data) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(ByteBuffer data) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(com.google.protobuf.ByteString data) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(InputStream input) |
static Document.Page.Symbol |
Document.Page.Symbol.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Document.Page.Symbol> |
Document.Page.Symbol.getParserForType() |
List<Document.Page.Symbol> |
Document.PageOrBuilder.getSymbolsList()
A list of visually detected symbols on the page.
|
List<Document.Page.Symbol> |
Document.Page.getSymbolsList()
A list of visually detected symbols on the page.
|
List<Document.Page.Symbol> |
Document.Page.Builder.getSymbolsList()
A list of visually detected symbols on the page.
|
static com.google.protobuf.Parser<Document.Page.Symbol> |
Document.Page.Symbol.parser() |
| Modifier and Type | Method and Description |
|---|---|
Document.Page.Builder |
Document.Page.Builder.addSymbols(Document.Page.Symbol value)
A list of visually detected symbols on the page.
|
Document.Page.Builder |
Document.Page.Builder.addSymbols(int index,
Document.Page.Symbol value)
A list of visually detected symbols on the page.
|
Document.Page.Symbol.Builder |
Document.Page.Symbol.Builder.mergeFrom(Document.Page.Symbol other) |
static Document.Page.Symbol.Builder |
Document.Page.Symbol.newBuilder(Document.Page.Symbol prototype) |
Document.Page.Builder |
Document.Page.Builder.setSymbols(int index,
Document.Page.Symbol value)
A list of visually detected symbols on the page.
|
| Modifier and Type | Method and Description |
|---|---|
Document.Page.Builder |
Document.Page.Builder.addAllSymbols(Iterable<? extends Document.Page.Symbol> values)
A list of visually detected symbols on the page.
|
Copyright © 2023 Google LLC. All rights reserved.