| Modifier and Type | Method and Description |
|---|---|
Document |
Document.Builder.build() |
Document |
Document.Builder.buildPartial() |
static Document |
Document.getDefaultInstance() |
Document |
Document.getDefaultInstanceForType() |
Document |
Document.Builder.getDefaultInstanceForType() |
Document |
ProcessResponse.getDocument()
The document payload, will populate fields based on the processor's
behavior.
|
Document |
ProcessResponse.Builder.getDocument()
The document payload, will populate fields based on the processor's
behavior.
|
Document |
ProcessResponseOrBuilder.getDocument()
The document payload, will populate fields based on the processor's
behavior.
|
Document |
ReviewDocumentRequest.getInlineDocument()
An inline document proto.
|
Document |
ReviewDocumentRequest.Builder.getInlineDocument()
An inline document proto.
|
Document |
ReviewDocumentRequestOrBuilder.getInlineDocument()
An inline document proto.
|
Document |
ProcessRequest.getInlineDocument()
An inline document proto.
|
Document |
ProcessRequest.Builder.getInlineDocument()
An inline document proto.
|
Document |
ProcessRequestOrBuilder.getInlineDocument()
An inline document proto.
|
static Document |
Document.parseDelimitedFrom(InputStream input) |
static Document |
Document.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(byte[] data) |
static Document |
Document.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(ByteBuffer data) |
static Document |
Document.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(com.google.protobuf.ByteString data) |
static Document |
Document.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(com.google.protobuf.CodedInputStream input) |
static Document |
Document.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Document |
Document.parseFrom(InputStream input) |
static Document |
Document.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Document> |
Document.getParserForType() |
static com.google.protobuf.Parser<Document> |
Document.parser() |
| Modifier and Type | Method and Description |
|---|---|
ProcessResponse.Builder |
ProcessResponse.Builder.mergeDocument(Document value)
The document payload, will populate fields based on the processor's
behavior.
|
Document.Builder |
Document.Builder.mergeFrom(Document other) |
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.mergeInlineDocument(Document value)
An inline document proto.
|
ProcessRequest.Builder |
ProcessRequest.Builder.mergeInlineDocument(Document value)
An inline document proto.
|
static Document.Builder |
Document.newBuilder(Document prototype) |
ProcessResponse.Builder |
ProcessResponse.Builder.setDocument(Document value)
The document payload, will populate fields based on the processor's
behavior.
|
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.setInlineDocument(Document value)
An inline document proto.
|
ProcessRequest.Builder |
ProcessRequest.Builder.setInlineDocument(Document value)
An inline document proto.
|
Copyright © 2022 Google LLC. All rights reserved.