Uses of Class
com.google.cloud.documentai.v1.DocumentSchema
-
Packages that use DocumentSchema Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of DocumentSchema in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return DocumentSchema Modifier and Type Method Description DocumentSchema
DocumentSchema.Builder. build()
DocumentSchema
DocumentSchema.Builder. buildPartial()
static DocumentSchema
DocumentSchema. getDefaultInstance()
DocumentSchema
DocumentSchema.Builder. getDefaultInstanceForType()
DocumentSchema
DocumentSchema. getDefaultInstanceForType()
DocumentSchema
ProcessorVersion.Builder. getDocumentSchema()
The schema of the processor version.DocumentSchema
ProcessorVersion. getDocumentSchema()
The schema of the processor version.DocumentSchema
ProcessorVersionOrBuilder. getDocumentSchema()
The schema of the processor version.DocumentSchema
ReviewDocumentRequest.Builder. getDocumentSchema()
The document schema of the human review task.DocumentSchema
ReviewDocumentRequest. getDocumentSchema()
The document schema of the human review task.DocumentSchema
ReviewDocumentRequestOrBuilder. getDocumentSchema()
The document schema of the human review task.DocumentSchema
TrainProcessorVersionRequest.Builder. getDocumentSchema()
Optional.DocumentSchema
TrainProcessorVersionRequest. getDocumentSchema()
Optional.DocumentSchema
TrainProcessorVersionRequestOrBuilder. getDocumentSchema()
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(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)
static DocumentSchema
DocumentSchema. parseFrom(ByteBuffer data)
static DocumentSchema
DocumentSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type DocumentSchema Modifier and Type Method Description com.google.protobuf.Parser<DocumentSchema>
DocumentSchema. getParserForType()
static com.google.protobuf.Parser<DocumentSchema>
DocumentSchema. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type DocumentSchema Modifier and Type Method Description 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)
static DocumentSchema.Builder
DocumentSchema. newBuilder(DocumentSchema prototype)
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.
-