| 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 |
ProcessorVersionOrBuilder.getDocumentSchema()
The schema of the processor version.
|
DocumentSchema |
DatasetSchema.getDocumentSchema()
Optional.
|
DocumentSchema |
DatasetSchema.Builder.getDocumentSchema()
Optional.
|
DocumentSchema |
ProcessorVersion.getDocumentSchema()
The schema of the processor version.
|
DocumentSchema |
ProcessorVersion.Builder.getDocumentSchema()
The schema of the processor version.
|
DocumentSchema |
ReviewDocumentRequest.getDocumentSchema()
The document schema of the human review task.
|
DocumentSchema |
ReviewDocumentRequest.Builder.getDocumentSchema()
The document schema of the human review task.
|
DocumentSchema |
DatasetSchemaOrBuilder.getDocumentSchema()
Optional.
|
DocumentSchema |
ReviewDocumentRequestOrBuilder.getDocumentSchema()
The document schema of the human review task.
|
DocumentSchema |
TrainProcessorVersionRequest.getDocumentSchema()
Optional.
|
DocumentSchema |
TrainProcessorVersionRequest.Builder.getDocumentSchema()
Optional.
|
DocumentSchema |
TrainProcessorVersionRequestOrBuilder.getDocumentSchema()
Optional.
|
DocumentSchema |
ProcessOptionsOrBuilder.getSchemaOverride()
Optional.
|
DocumentSchema |
ProcessOptions.getSchemaOverride()
Optional.
|
DocumentSchema |
ProcessOptions.Builder.getSchemaOverride()
Optional.
|
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 |
|---|---|
DatasetSchema.Builder |
DatasetSchema.Builder.mergeDocumentSchema(DocumentSchema value)
Optional.
|
ProcessorVersion.Builder |
ProcessorVersion.Builder.mergeDocumentSchema(DocumentSchema value)
The schema of the processor version.
|
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.mergeDocumentSchema(DocumentSchema value)
The document schema of the human review task.
|
TrainProcessorVersionRequest.Builder |
TrainProcessorVersionRequest.Builder.mergeDocumentSchema(DocumentSchema value)
Optional.
|
DocumentSchema.Builder |
DocumentSchema.Builder.mergeFrom(DocumentSchema other) |
ProcessOptions.Builder |
ProcessOptions.Builder.mergeSchemaOverride(DocumentSchema value)
Optional.
|
static DocumentSchema.Builder |
DocumentSchema.newBuilder(DocumentSchema prototype) |
DatasetSchema.Builder |
DatasetSchema.Builder.setDocumentSchema(DocumentSchema value)
Optional.
|
ProcessorVersion.Builder |
ProcessorVersion.Builder.setDocumentSchema(DocumentSchema value)
The schema of the processor version.
|
ReviewDocumentRequest.Builder |
ReviewDocumentRequest.Builder.setDocumentSchema(DocumentSchema value)
The document schema of the human review task.
|
TrainProcessorVersionRequest.Builder |
TrainProcessorVersionRequest.Builder.setDocumentSchema(DocumentSchema value)
Optional.
|
ProcessOptions.Builder |
ProcessOptions.Builder.setSchemaOverride(DocumentSchema value)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.