| Modifier and Type | Method and Description |
|---|---|
DocumentSchema |
DocumentSchema.Builder.build() |
DocumentSchema |
DocumentSchema.Builder.buildPartial() |
static DocumentSchema |
DocumentSchema.getDefaultInstance() |
DocumentSchema |
DocumentSchema.getDefaultInstanceForType() |
DocumentSchema |
DocumentSchema.Builder.getDefaultInstanceForType() |
DocumentSchema |
ReviewDocumentRequest.getDocumentSchema()
The document schema of the human review task.
|
DocumentSchema |
ReviewDocumentRequest.Builder.getDocumentSchema()
The document schema of the human review task.
|
DocumentSchema |
ReviewDocumentRequestOrBuilder.getDocumentSchema()
The document schema of the human review task.
|
DocumentSchema |
ProcessorVersionOrBuilder.getDocumentSchema()
The schema of the processor version.
|
DocumentSchema |
ProcessorVersion.getDocumentSchema()
The schema of the processor version.
|
DocumentSchema |
ProcessorVersion.Builder.getDocumentSchema()
The schema of the processor version.
|
static DocumentSchema |
DocumentSchema.parseDelimitedFrom(InputStream input) |
static DocumentSchema |
DocumentSchema.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema |
DocumentSchema.parseFrom(byte[] data) |
static DocumentSchema |
DocumentSchema.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema |
DocumentSchema.parseFrom(ByteBuffer data) |
static DocumentSchema |
DocumentSchema.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema |
DocumentSchema.parseFrom(com.google.protobuf.ByteString data) |
static DocumentSchema |
DocumentSchema.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema |
DocumentSchema.parseFrom(com.google.protobuf.CodedInputStream input) |
static DocumentSchema |
DocumentSchema.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DocumentSchema |
DocumentSchema.parseFrom(InputStream input) |
static DocumentSchema |
DocumentSchema.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DocumentSchema> |
DocumentSchema.getParserForType() |
static com.google.protobuf.Parser<DocumentSchema> |
DocumentSchema.parser() |
| Modifier and Type | Method and Description |
|---|---|
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.mergeDocumentSchema(DocumentSchema value)
The document schema of the human review task.
|
ProcessorVersion.Builder |
ProcessorVersion.Builder.mergeDocumentSchema(DocumentSchema value)
The schema of the processor version.
|
DocumentSchema.Builder |
DocumentSchema.Builder.mergeFrom(DocumentSchema other) |
static DocumentSchema.Builder |
DocumentSchema.newBuilder(DocumentSchema prototype) |
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.setDocumentSchema(DocumentSchema value)
The document schema of the human review task.
|
ProcessorVersion.Builder |
ProcessorVersion.Builder.setDocumentSchema(DocumentSchema value)
The schema of the processor version.
|
Copyright © 2022 Google LLC. All rights reserved.