@Generated("by gapic-generator-java")
Package com.google.cloud.documentai.v1
A client to Cloud Document AI API
The interfaces provided are listed below, along with usage samples.
======================= DocumentProcessorServiceClient =======================
Service Description: Service to call Document AI to process documents according to the processor's definition. Processors are built using state-of-the-art Google AI such as natural language, computer vision, and translation to extract structured information from unstructured or semi-structured documents.
Sample for DocumentProcessorServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DocumentProcessorServiceClient documentProcessorServiceClient =
DocumentProcessorServiceClient.create()) {
ResourceName name = ProcessorName.of("[PROJECT]", "[LOCATION]", "[PROCESSOR]");
ProcessResponse response = documentProcessorServiceClient.processDocument(name);
}
-
Class Summary Class Description Barcode Encodes the detailed information of a barcode.Barcode.Builder Encodes the detailed information of a barcode.BarcodeProto BatchDocumentsInputConfig The common config to specify a set of documents used as input.BatchDocumentsInputConfig.Builder The common config to specify a set of documents used as input.BatchProcessMetadata The long-running operation metadata for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].BatchProcessMetadata.Builder The long-running operation metadata for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].BatchProcessMetadata.IndividualProcessStatus The status of a each individual document in the batch process.BatchProcessMetadata.IndividualProcessStatus.Builder The status of a each individual document in the batch process.BatchProcessRequest Request message for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].BatchProcessRequest.Builder Request message for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].BatchProcessResponse Response message for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].BatchProcessResponse.Builder Response message for [BatchProcessDocuments][google.cloud.documentai.v1.DocumentProcessorService.BatchProcessDocuments].BoundingPoly A bounding polygon for the detected image annotation.BoundingPoly.Builder A bounding polygon for the detected image annotation.CommonOperationMetadata The common metadata for long running operations.CommonOperationMetadata.Builder The common metadata for long running operations.CreateProcessorRequest Request message for the [CreateProcessor][google.cloud.documentai.v1.DocumentProcessorService.CreateProcessor] method.CreateProcessorRequest.Builder Request message for the [CreateProcessor][google.cloud.documentai.v1.DocumentProcessorService.CreateProcessor] method.DeleteProcessorMetadata The long-running operation metadata for the [DeleteProcessor][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorMetadata.Builder The long-running operation metadata for the [DeleteProcessor][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorRequest Request message for the [DeleteProcessor][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorRequest.Builder Request message for the [DeleteProcessor][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorVersionMetadata The long-running operation metadata for the [DeleteProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion] method.DeleteProcessorVersionMetadata.Builder The long-running operation metadata for the [DeleteProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion] method.DeleteProcessorVersionRequest Request message for the [DeleteProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion] method.DeleteProcessorVersionRequest.Builder Request message for the [DeleteProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion] method.DeployProcessorVersionMetadata The long-running operation metadata for the [DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionMetadata.Builder The long-running operation metadata for the [DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionRequest Request message for the [DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionRequest.Builder Request message for the [DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionResponse Response message for the [DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionResponse.Builder Response message for the [DeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion] method.DisableProcessorMetadata The long-running operation metadata for the [DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor] method.DisableProcessorMetadata.Builder The long-running operation metadata for the [DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor] method.DisableProcessorRequest Request message for the [DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor] method.DisableProcessorRequest.Builder Request message for the [DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor] method.DisableProcessorResponse Response message for the [DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor] method.DisableProcessorResponse.Builder Response message for the [DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor] method.Document Document represents the canonical document resource in Document AI.Document.Builder Document represents the canonical document resource in Document AI.Document.Entity An entity that could be a phrase in the text or a property that belongs to the document.Document.Entity.Builder An entity that could be a phrase in the text or a property that belongs to the document.Document.Entity.NormalizedValue Parsed and normalized entity value.Document.Entity.NormalizedValue.Builder Parsed and normalized entity value.Document.EntityRelation Relationship between [Entities][google.cloud.documentai.v1.Document.Entity].Document.EntityRelation.Builder Relationship between [Entities][google.cloud.documentai.v1.Document.Entity].Document.Page A page in a [Document][google.cloud.documentai.v1.Document].Document.Page.Block A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.Document.Page.Block.Builder A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.Document.Page.Builder A page in a [Document][google.cloud.documentai.v1.Document].Document.Page.DetectedBarcode A detected barcode.Document.Page.DetectedBarcode.Builder A detected barcode.Document.Page.DetectedLanguage Detected language for a structural component.Document.Page.DetectedLanguage.Builder Detected language for a structural component.Document.Page.Dimension Dimension for the page.Document.Page.Dimension.Builder Dimension for the page.Document.Page.FormField A form field detected on the page.Document.Page.FormField.Builder A form field detected on the page.Document.Page.Image Rendered image contents for this page.Document.Page.Image.Builder Rendered image contents for this page.Document.Page.ImageQualityScores Image quality scores for the page image.Document.Page.ImageQualityScores.Builder Image quality scores for the page image.Document.Page.ImageQualityScores.DetectedDefect Image Quality DefectsDocument.Page.ImageQualityScores.DetectedDefect.Builder Image Quality DefectsDocument.Page.Layout Visual element describing a layout unit on a page.Document.Page.Layout.Builder Visual element describing a layout unit on a page.Document.Page.Line A collection of tokens that a human would perceive as a line.Document.Page.Line.Builder A collection of tokens that a human would perceive as a line.Document.Page.Matrix Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.Document.Page.Matrix.Builder Representation for transformation matrix, intended to be compatible and used with OpenCV format for image manipulation.Document.Page.Paragraph A collection of lines that a human would perceive as a paragraph.Document.Page.Paragraph.Builder A collection of lines that a human would perceive as a paragraph.Document.Page.Symbol A detected symbol.Document.Page.Symbol.Builder A detected symbol.Document.Page.Table A table representation similar to HTML table structure.Document.Page.Table.Builder A table representation similar to HTML table structure.Document.Page.Table.TableCell A cell representation inside the table.Document.Page.Table.TableCell.Builder A cell representation inside the table.Document.Page.Table.TableRow A row of table cells.Document.Page.Table.TableRow.Builder A row of table cells.Document.Page.Token A detected token.Document.Page.Token.Builder A detected token.Document.Page.Token.DetectedBreak Detected break at the end of a [Token][google.cloud.documentai.v1.Document.Page.Token].Document.Page.Token.DetectedBreak.Builder Detected break at the end of a [Token][google.cloud.documentai.v1.Document.Page.Token].Document.Page.Token.StyleInfo Font and other text style attributes.Document.Page.Token.StyleInfo.Builder Font and other text style attributes.Document.Page.VisualElement Detected non-text visual elements e.g.Document.Page.VisualElement.Builder Detected non-text visual elements e.g.Document.PageAnchor Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1.Document.pages].Document.PageAnchor.Builder Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1.Document.pages].Document.PageAnchor.PageRef Represents a weak reference to a page element within a document.Document.PageAnchor.PageRef.Builder Represents a weak reference to a page element within a document.Document.Provenance Structure to identify provenance relationships between annotations in different revisions.Document.Provenance.Builder Structure to identify provenance relationships between annotations in different revisions.Document.Provenance.Parent The parent element the current element is based on.Document.Provenance.Parent.Builder The parent element the current element is based on.Document.Revision Contains past or forward revisions of this document.Document.Revision.Builder Contains past or forward revisions of this document.Document.Revision.HumanReview Human Review information of the document.Document.Revision.HumanReview.Builder Human Review information of the document.Document.ShardInfo For a large document, sharding may be performed to produce several document shards.Document.ShardInfo.Builder For a large document, sharding may be performed to produce several document shards.Document.Style Annotation for common text style attributes.Document.Style.Builder Annotation for common text style attributes.Document.Style.FontSize Font size with unit.Document.Style.FontSize.Builder Font size with unit.Document.TextAnchor Text reference indexing into the [Document.text][google.cloud.documentai.v1.Document.text].Document.TextAnchor.Builder Text reference indexing into the [Document.text][google.cloud.documentai.v1.Document.text].Document.TextAnchor.TextSegment A text segment in the [Document.text][google.cloud.documentai.v1.Document.text].Document.TextAnchor.TextSegment.Builder A text segment in the [Document.text][google.cloud.documentai.v1.Document.text].Document.TextChange This message is used for text changes aka.Document.TextChange.Builder This message is used for text changes aka.DocumentAiDocumentSchema DocumentAiEvaluation DocumentAiProcessor DocumentAiProcessorService DocumentAiProcessorType DocumentIoProto DocumentOutputConfig Config that controls the output of documents.DocumentOutputConfig.Builder Config that controls the output of documents.DocumentOutputConfig.GcsOutputConfig The configuration used when outputting documents.DocumentOutputConfig.GcsOutputConfig.Builder The configuration used when outputting documents.DocumentOutputConfig.GcsOutputConfig.ShardingConfig The sharding config for the output document.DocumentOutputConfig.GcsOutputConfig.ShardingConfig.Builder The sharding config for the output document.DocumentProcessorServiceClient Service Description: Service to call Document AI to process documents according to the processor's definition.DocumentProcessorServiceClient.ListEvaluationsFixedSizeCollection DocumentProcessorServiceClient.ListEvaluationsPage DocumentProcessorServiceClient.ListEvaluationsPagedResponse DocumentProcessorServiceClient.ListLocationsFixedSizeCollection DocumentProcessorServiceClient.ListLocationsPage DocumentProcessorServiceClient.ListLocationsPagedResponse DocumentProcessorServiceClient.ListProcessorsFixedSizeCollection DocumentProcessorServiceClient.ListProcessorsPage DocumentProcessorServiceClient.ListProcessorsPagedResponse DocumentProcessorServiceClient.ListProcessorTypesFixedSizeCollection DocumentProcessorServiceClient.ListProcessorTypesPage DocumentProcessorServiceClient.ListProcessorTypesPagedResponse DocumentProcessorServiceClient.ListProcessorVersionsFixedSizeCollection DocumentProcessorServiceClient.ListProcessorVersionsPage DocumentProcessorServiceClient.ListProcessorVersionsPagedResponse DocumentProcessorServiceGrpc Service to call Document AI to process documents according to the processor's definition.DocumentProcessorServiceGrpc.DocumentProcessorServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DocumentProcessorService.DocumentProcessorServiceGrpc.DocumentProcessorServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DocumentProcessorService.DocumentProcessorServiceGrpc.DocumentProcessorServiceImplBase Base class for the server implementation of the service DocumentProcessorService.DocumentProcessorServiceGrpc.DocumentProcessorServiceStub A stub to allow clients to do asynchronous rpc calls to service DocumentProcessorService.DocumentProcessorServiceSettings Settings class to configure an instance ofDocumentProcessorServiceClient
.DocumentProcessorServiceSettings.Builder Builder for DocumentProcessorServiceSettings.DocumentProto DocumentSchema The schema defines the output of the processed document by a processor.DocumentSchema.Builder The schema defines the output of the processed document by a processor.DocumentSchema.EntityType EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors.DocumentSchema.EntityType.Builder EntityType is the wrapper of a label of the corresponding model with detailed attributes and limitations for entity-based processors.DocumentSchema.EntityType.EnumValues Defines the a list of enum values.DocumentSchema.EntityType.EnumValues.Builder Defines the a list of enum values.DocumentSchema.EntityType.Property Defines properties that can be part of the entity type.DocumentSchema.EntityType.Property.Builder Defines properties that can be part of the entity type.DocumentSchema.Metadata Metadata for global schema behavior.DocumentSchema.Metadata.Builder Metadata for global schema behavior.EnableProcessorMetadata The long-running operation metadata for the [EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] method.EnableProcessorMetadata.Builder The long-running operation metadata for the [EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] method.EnableProcessorRequest Request message for the [EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] method.EnableProcessorRequest.Builder Request message for the [EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] method.EnableProcessorResponse Response message for the [EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] method.EnableProcessorResponse.Builder Response message for the [EnableProcessor][google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor] method.EvaluateProcessorVersionMetadata Metadata of the [EvaluateProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.EvaluateProcessorVersion] method.EvaluateProcessorVersionMetadata.Builder Metadata of the [EvaluateProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.EvaluateProcessorVersion] method.EvaluateProcessorVersionRequest Evaluates the given [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion] against the supplied documents.EvaluateProcessorVersionRequest.Builder Evaluates the given [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion] against the supplied documents.EvaluateProcessorVersionResponse Response of the [EvaluateProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.EvaluateProcessorVersion] method.EvaluateProcessorVersionResponse.Builder Response of the [EvaluateProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.EvaluateProcessorVersion] method.Evaluation An evaluation of a ProcessorVersion's performance.Evaluation.Builder An evaluation of a ProcessorVersion's performance.Evaluation.ConfidenceLevelMetrics Evaluations metrics, at a specific confidence level.Evaluation.ConfidenceLevelMetrics.Builder Evaluations metrics, at a specific confidence level.Evaluation.Counters Evaluation counters for the documents that were used.Evaluation.Counters.Builder Evaluation counters for the documents that were used.Evaluation.Metrics Evaluation metrics, either in aggregate or about a specific entity.Evaluation.Metrics.Builder Evaluation metrics, either in aggregate or about a specific entity.Evaluation.MultiConfidenceMetrics Metrics across multiple confidence levels.Evaluation.MultiConfidenceMetrics.Builder Metrics across multiple confidence levels.EvaluationName EvaluationName.Builder Builder for projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}/evaluations/{evaluation}.EvaluationReference Gives a short summary of an evaluation, and links to the evaluation itself.EvaluationReference.Builder Gives a short summary of an evaluation, and links to the evaluation itself.FetchProcessorTypesRequest Request message for the [FetchProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes] method.FetchProcessorTypesRequest.Builder Request message for the [FetchProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes] method.FetchProcessorTypesResponse Response message for the [FetchProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes] method.FetchProcessorTypesResponse.Builder Response message for the [FetchProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes] method.GcsDocument Specifies a document stored on Cloud Storage.GcsDocument.Builder Specifies a document stored on Cloud Storage.GcsDocuments Specifies a set of documents on Cloud Storage.GcsDocuments.Builder Specifies a set of documents on Cloud Storage.GcsPrefix Specifies all documents on Cloud Storage with a common prefix.GcsPrefix.Builder Specifies all documents on Cloud Storage with a common prefix.GeometryProto GetEvaluationRequest Retrieves a specific Evaluation.GetEvaluationRequest.Builder Retrieves a specific Evaluation.GetProcessorRequest Request message for the [GetProcessor][google.cloud.documentai.v1.DocumentProcessorService.GetProcessor] method.GetProcessorRequest.Builder Request message for the [GetProcessor][google.cloud.documentai.v1.DocumentProcessorService.GetProcessor] method.GetProcessorTypeRequest Request message for the [GetProcessorType][google.cloud.documentai.v1.DocumentProcessorService.GetProcessorType] method.GetProcessorTypeRequest.Builder Request message for the [GetProcessorType][google.cloud.documentai.v1.DocumentProcessorService.GetProcessorType] method.GetProcessorVersionRequest Request message for the [GetProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.GetProcessorVersion] method.GetProcessorVersionRequest.Builder Request message for the [GetProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.GetProcessorVersion] method.HumanReviewConfigName HumanReviewConfigName.Builder Builder for projects/{project}/locations/{location}/processors/{processor}/humanReviewConfig.HumanReviewStatus The status of human review on a processed document.HumanReviewStatus.Builder The status of human review on a processed document.ListEvaluationsRequest Retrieves a list of evaluations for a given [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion].ListEvaluationsRequest.Builder Retrieves a list of evaluations for a given [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion].ListEvaluationsResponse The response from `ListEvaluations`.ListEvaluationsResponse.Builder The response from `ListEvaluations`.ListProcessorsRequest Request message for list all processors belongs to a project.ListProcessorsRequest.Builder Request message for list all processors belongs to a project.ListProcessorsResponse Response message for the [ListProcessors][google.cloud.documentai.v1.DocumentProcessorService.ListProcessors] method.ListProcessorsResponse.Builder Response message for the [ListProcessors][google.cloud.documentai.v1.DocumentProcessorService.ListProcessors] method.ListProcessorTypesRequest Request message for the [ListProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorTypes] method.ListProcessorTypesRequest.Builder Request message for the [ListProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorTypes] method.ListProcessorTypesResponse Response message for the [ListProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorTypes] method.ListProcessorTypesResponse.Builder Response message for the [ListProcessorTypes][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorTypes] method.ListProcessorVersionsRequest Request message for list all processor versions belongs to a processor.ListProcessorVersionsRequest.Builder Request message for list all processor versions belongs to a processor.ListProcessorVersionsResponse Response message for the [ListProcessorVersions][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorVersions] method.ListProcessorVersionsResponse.Builder Response message for the [ListProcessorVersions][google.cloud.documentai.v1.DocumentProcessorService.ListProcessorVersions] method.LocationName LocationName.Builder Builder for projects/{project}/locations/{location}.NormalizedVertex A vertex represents a 2D point in the image.NormalizedVertex.Builder A vertex represents a 2D point in the image.OcrConfig Config for Document OCR.OcrConfig.Builder Config for Document OCR.OcrConfig.Hints Hints for OCR EngineOcrConfig.Hints.Builder Hints for OCR EngineOperationMetadataProto ProcessOptions Options for Process APIProcessOptions.Builder Options for Process APIProcessor The first-class citizen for Document AI.Processor.Builder The first-class citizen for Document AI.ProcessorName ProcessorName.Builder Builder for projects/{project}/locations/{location}/processors/{processor}.ProcessorType A processor type is responsible for performing a certain document understanding task on a certain type of document.ProcessorType.Builder A processor type is responsible for performing a certain document understanding task on a certain type of document.ProcessorType.LocationInfo The location information about where the processor is available.ProcessorType.LocationInfo.Builder The location information about where the processor is available.ProcessorTypeName ProcessorTypeName.Builder Builder for projects/{project}/locations/{location}/processorTypes/{processor_type}.ProcessorVersion A processor version is an implementation of a processor.ProcessorVersion.Builder A processor version is an implementation of a processor.ProcessorVersion.DeprecationInfo Information about the upcoming deprecation of this processor version.ProcessorVersion.DeprecationInfo.Builder Information about the upcoming deprecation of this processor version.ProcessorVersionName ProcessorVersionName.Builder Builder for projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}.ProcessRequest Request message for the [ProcessDocument][google.cloud.documentai.v1.DocumentProcessorService.ProcessDocument] method.ProcessRequest.Builder Request message for the [ProcessDocument][google.cloud.documentai.v1.DocumentProcessorService.ProcessDocument] method.ProcessResponse Response message for the [ProcessDocument][google.cloud.documentai.v1.DocumentProcessorService.ProcessDocument] method.ProcessResponse.Builder Response message for the [ProcessDocument][google.cloud.documentai.v1.DocumentProcessorService.ProcessDocument] method.RawDocument Payload message of raw document content (bytes).RawDocument.Builder Payload message of raw document content (bytes).ReviewDocumentOperationMetadata The long-running operation metadata for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.ReviewDocumentOperationMetadata.Builder The long-running operation metadata for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.ReviewDocumentRequest Request message for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.ReviewDocumentRequest.Builder Request message for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.ReviewDocumentResponse Response message for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.ReviewDocumentResponse.Builder Response message for the [ReviewDocument][google.cloud.documentai.v1.DocumentProcessorService.ReviewDocument] method.SetDefaultProcessorVersionMetadata The long-running operation metadata for the [SetDefaultProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionMetadata.Builder The long-running operation metadata for the [SetDefaultProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionRequest Request message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionRequest.Builder Request message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionResponse Response message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionResponse.Builder Response message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion] method.TrainProcessorVersionMetadata The metadata that represents a processor version being created.TrainProcessorVersionMetadata.Builder The metadata that represents a processor version being created.TrainProcessorVersionMetadata.DatasetValidation The dataset validation information.TrainProcessorVersionMetadata.DatasetValidation.Builder The dataset validation information.TrainProcessorVersionRequest Request message for the [TrainProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.TrainProcessorVersion] method.TrainProcessorVersionRequest.Builder Request message for the [TrainProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.TrainProcessorVersion] method.TrainProcessorVersionRequest.CustomDocumentExtractionOptions Options to control the training of the Custom Document Extraction (CDE) Processor.TrainProcessorVersionRequest.CustomDocumentExtractionOptions.Builder Options to control the training of the Custom Document Extraction (CDE) Processor.TrainProcessorVersionRequest.InputData The input data used to train a new [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion].TrainProcessorVersionRequest.InputData.Builder The input data used to train a new [ProcessorVersion][google.cloud.documentai.v1.ProcessorVersion].TrainProcessorVersionResponse The response for [TrainProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.TrainProcessorVersion].TrainProcessorVersionResponse.Builder The response for [TrainProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.TrainProcessorVersion].UndeployProcessorVersionMetadata The long-running operation metadata for the [UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionMetadata.Builder The long-running operation metadata for the [UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionRequest Request message for the [UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionRequest.Builder Request message for the [UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionResponse Response message for the [UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionResponse.Builder Response message for the [UndeployProcessorVersion][google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion] method.Vertex A vertex represents a 2D point in the image.Vertex.Builder A vertex represents a 2D point in the image.