Uses of Class
com.google.cloud.documentai.v1beta3.DocumentSchema
-
Packages that use DocumentSchema Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of DocumentSchema in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return DocumentSchema Modifier and Type Method Description DocumentSchemaDocumentSchema.Builder. build()DocumentSchemaDocumentSchema.Builder. buildPartial()static DocumentSchemaDocumentSchema. getDefaultInstance()DocumentSchemaDocumentSchema.Builder. getDefaultInstanceForType()DocumentSchemaDocumentSchema. getDefaultInstanceForType()DocumentSchemaDatasetSchema.Builder. getDocumentSchema()Optional.DocumentSchemaDatasetSchema. getDocumentSchema()Optional.DocumentSchemaDatasetSchemaOrBuilder. getDocumentSchema()Optional.DocumentSchemaProcessorVersion.Builder. getDocumentSchema()The schema of the processor version.DocumentSchemaProcessorVersion. getDocumentSchema()The schema of the processor version.DocumentSchemaProcessorVersionOrBuilder. getDocumentSchema()The schema of the processor version.DocumentSchemaReviewDocumentRequest.Builder. getDocumentSchema()The document schema of the human review task.DocumentSchemaReviewDocumentRequest. getDocumentSchema()The document schema of the human review task.DocumentSchemaReviewDocumentRequestOrBuilder. getDocumentSchema()The document schema of the human review task.DocumentSchemaTrainProcessorVersionRequest.Builder. getDocumentSchema()Optional.DocumentSchemaTrainProcessorVersionRequest. getDocumentSchema()Optional.DocumentSchemaTrainProcessorVersionRequestOrBuilder. getDocumentSchema()Optional.static DocumentSchemaDocumentSchema. parseDelimitedFrom(InputStream input)static DocumentSchemaDocumentSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentSchemaDocumentSchema. parseFrom(byte[] data)static DocumentSchemaDocumentSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentSchemaDocumentSchema. parseFrom(com.google.protobuf.ByteString data)static DocumentSchemaDocumentSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentSchemaDocumentSchema. parseFrom(com.google.protobuf.CodedInputStream input)static DocumentSchemaDocumentSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentSchemaDocumentSchema. parseFrom(InputStream input)static DocumentSchemaDocumentSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentSchemaDocumentSchema. parseFrom(ByteBuffer data)static DocumentSchemaDocumentSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta3 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.v1beta3 with parameters of type DocumentSchema Modifier and Type Method Description DatasetSchema.BuilderDatasetSchema.Builder. mergeDocumentSchema(DocumentSchema value)Optional.ProcessorVersion.BuilderProcessorVersion.Builder. mergeDocumentSchema(DocumentSchema value)The schema of the processor version.ReviewDocumentRequest.BuilderReviewDocumentRequest.Builder. mergeDocumentSchema(DocumentSchema value)The document schema of the human review task.TrainProcessorVersionRequest.BuilderTrainProcessorVersionRequest.Builder. mergeDocumentSchema(DocumentSchema value)Optional.DocumentSchema.BuilderDocumentSchema.Builder. mergeFrom(DocumentSchema other)static DocumentSchema.BuilderDocumentSchema. newBuilder(DocumentSchema prototype)DatasetSchema.BuilderDatasetSchema.Builder. setDocumentSchema(DocumentSchema value)Optional.ProcessorVersion.BuilderProcessorVersion.Builder. setDocumentSchema(DocumentSchema value)The schema of the processor version.ReviewDocumentRequest.BuilderReviewDocumentRequest.Builder. setDocumentSchema(DocumentSchema value)The document schema of the human review task.TrainProcessorVersionRequest.BuilderTrainProcessorVersionRequest.Builder. setDocumentSchema(DocumentSchema value)Optional.
-