Uses of Class
com.google.cloud.documentai.v1.Document.Page.Symbol
-
Packages that use Document.Page.Symbol Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of Document.Page.Symbol in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return Document.Page.Symbol Modifier and Type Method 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.Builder. getDefaultInstanceForType()
Document.Page.Symbol
Document.Page.Symbol. getDefaultInstanceForType()
Document.Page.Symbol
Document.Page.Builder. 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.PageOrBuilder. 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(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)
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)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type Document.Page.Symbol Modifier and Type Method Description com.google.protobuf.Parser<Document.Page.Symbol>
Document.Page.Symbol. getParserForType()
List<Document.Page.Symbol>
Document.Page.Builder. 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.PageOrBuilder. getSymbolsList()
A list of visually detected symbols on the page.static com.google.protobuf.Parser<Document.Page.Symbol>
Document.Page.Symbol. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type Document.Page.Symbol Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addSymbols(int index, Document.Page.Symbol value)
A list of visually detected symbols on the page.Document.Page.Builder
Document.Page.Builder. addSymbols(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.Method parameters in com.google.cloud.documentai.v1 with type arguments of type Document.Page.Symbol Modifier and Type Method Description Document.Page.Builder
Document.Page.Builder. addAllSymbols(Iterable<? extends Document.Page.Symbol> values)
A list of visually detected symbols on the page.
-