@Generated("by gapic-generator-java")
Package com.google.cloud.documentai.v1beta3
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);
}
======================= DocumentServiceClient =======================
Service Description: Service to call Cloud DocumentAI to manage document collection (dataset).
Sample for DocumentServiceClient:
// 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 (DocumentServiceClient documentServiceClient = DocumentServiceClient.create()) {
DatasetName dataset = DatasetName.of("[PROJECT]", "[LOCATION]", "[PROCESSOR]");
GetDocumentResponse response = documentServiceClient.getDocument(dataset);
}
-
Class Summary Class Description Barcode Encodes the detailed information of a barcode.Barcode.Builder Encodes the detailed information of a barcode.BarcodeProto BatchDatasetDocuments Dataset documents that the batch operation will be applied to.BatchDatasetDocuments.Builder Dataset documents that the batch operation will be applied to.BatchDatasetDocuments.IndividualDocumentIds List of individual DocumentIds.BatchDatasetDocuments.IndividualDocumentIds.Builder List of individual DocumentIds.BatchDeleteDocumentsMetadata Protobuf typegoogle.cloud.documentai.v1beta3.BatchDeleteDocumentsMetadata
BatchDeleteDocumentsMetadata.Builder Protobuf typegoogle.cloud.documentai.v1beta3.BatchDeleteDocumentsMetadata
BatchDeleteDocumentsMetadata.IndividualBatchDeleteStatus The status of each individual document in the batch delete process.BatchDeleteDocumentsMetadata.IndividualBatchDeleteStatus.Builder The status of each individual document in the batch delete process.BatchDeleteDocumentsRequest Protobuf typegoogle.cloud.documentai.v1beta3.BatchDeleteDocumentsRequest
BatchDeleteDocumentsRequest.Builder Protobuf typegoogle.cloud.documentai.v1beta3.BatchDeleteDocumentsRequest
BatchDeleteDocumentsResponse Response of the delete documents operation.BatchDeleteDocumentsResponse.Builder Response of the delete documents operation.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.v1beta3.DocumentProcessorService.BatchProcessDocuments].BatchProcessMetadata.Builder The long-running operation metadata for [BatchProcessDocuments][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.BatchProcessDocuments].BatchProcessRequest.BatchInputConfig Deprecated. BatchProcessRequest.BatchInputConfig.Builder The message for input config in batch process.BatchProcessRequest.BatchOutputConfig Deprecated. BatchProcessRequest.BatchOutputConfig.Builder The output configuration in the [BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments] method.BatchProcessRequest.Builder Request message for [BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments].BatchProcessResponse Response message for [BatchProcessDocuments][google.cloud.documentai.v1beta3.DocumentProcessorService.BatchProcessDocuments].BatchProcessResponse.Builder Response message for [BatchProcessDocuments][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.CreateProcessor] method.CreateProcessorRequest.Builder Request message for the [CreateProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.CreateProcessor] method.Dataset A singleton resource under a [Processor][google.cloud.documentai.v1beta3.Processor] which configures a collection of documents.Dataset.Builder A singleton resource under a [Processor][google.cloud.documentai.v1beta3.Processor] which configures a collection of documents.Dataset.DocumentWarehouseConfig Configuration specific to the Document AI Warehouse-based implementation.Dataset.DocumentWarehouseConfig.Builder Configuration specific to the Document AI Warehouse-based implementation.Dataset.GCSManagedConfig Configuration specific to the Cloud Storage-based implementation.Dataset.GCSManagedConfig.Builder Configuration specific to the Cloud Storage-based implementation.Dataset.SpannerIndexingConfig Configuration specific to spanner-based indexing.Dataset.SpannerIndexingConfig.Builder Configuration specific to spanner-based indexing.Dataset.UnmanagedDatasetConfig Configuration specific to an unmanaged dataset.Dataset.UnmanagedDatasetConfig.Builder Configuration specific to an unmanaged dataset.DatasetName DatasetName.Builder Builder for projects/{project}/locations/{location}/processors/{processor}/dataset.DatasetProto DatasetSchema Dataset Schema.DatasetSchema.Builder Dataset Schema.DatasetSchemaName DatasetSchemaName.Builder Builder for projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema.DeleteProcessorMetadata The long-running operation metadata for the [DeleteProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorMetadata.Builder The long-running operation metadata for the [DeleteProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorRequest Request message for the [DeleteProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorRequest.Builder Request message for the [DeleteProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor] method.DeleteProcessorVersionMetadata The long-running operation metadata for the [DeleteProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessorVersion] method.DeleteProcessorVersionMetadata.Builder The long-running operation metadata for the [DeleteProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessorVersion] method.DeleteProcessorVersionRequest Request message for the [DeleteProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessorVersion] method.DeleteProcessorVersionRequest.Builder Request message for the [DeleteProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessorVersion] method.DeployProcessorVersionMetadata The long-running operation metadata for the [DeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionMetadata.Builder The long-running operation metadata for the [DeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionRequest Request message for the [DeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionRequest.Builder Request message for the [DeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionResponse Response message for the [DeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeployProcessorVersion] method.DeployProcessorVersionResponse.Builder Response message for the [DeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.DeployProcessorVersion] method.DisableProcessorMetadata The long-running operation metadata for the [DisableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor] method.DisableProcessorMetadata.Builder The long-running operation metadata for the [DisableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor] method.DisableProcessorRequest Request message for the [DisableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor] method.DisableProcessorRequest.Builder Request message for the [DisableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor] method.DisableProcessorResponse Response message for the [DisableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor] method.DisableProcessorResponse.Builder Response message for the [DisableProcessor][google.cloud.documentai.v1beta3.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.v1beta3.Document.Entity].Document.EntityRelation.Builder Relationship between [Entities][google.cloud.documentai.v1beta3.Document.Entity].Document.Page A page in a [Document][google.cloud.documentai.v1beta3.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.v1beta3.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.v1beta3.Document.Page.Token].Document.Page.Token.DetectedBreak.Builder Detected break at the end of a [Token][google.cloud.documentai.v1beta3.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.v1beta3.Document.pages].Document.PageAnchor.Builder Referencing the visual context of the entity in the [Document.pages][google.cloud.documentai.v1beta3.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.v1beta3.Document.text].Document.TextAnchor.Builder Text reference indexing into the [Document.text][google.cloud.documentai.v1beta3.Document.text].Document.TextAnchor.TextSegment A text segment in the [Document.text][google.cloud.documentai.v1beta3.Document.text].Document.TextAnchor.TextSegment.Builder A text segment in the [Document.text][google.cloud.documentai.v1beta3.Document.text].Document.TextChange This message is used for text changes aka.Document.TextChange.Builder This message is used for text changes aka.DocumentAiDocumentSchema DocumentAiDocumentService DocumentAiEvaluation DocumentAiProcessor DocumentAiProcessorService DocumentAiProcessorType DocumentId Document Identifier.DocumentId.Builder Document Identifier.DocumentId.GCSManagedDocumentId Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.DocumentId.GCSManagedDocumentId.Builder Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.DocumentId.UnmanagedDocumentId Identifies a document uniquely within the scope of a dataset in unmanaged option.DocumentId.UnmanagedDocumentId.Builder Identifies a document uniquely within the scope of a dataset in unmanaged option.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.DocumentPageRange Range of pages present in a document.DocumentPageRange.Builder Range of pages present in a 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.DocumentServiceClient Service Description: Service to call Cloud DocumentAI to manage document collection (dataset).DocumentServiceClient.ListLocationsFixedSizeCollection DocumentServiceClient.ListLocationsPage DocumentServiceClient.ListLocationsPagedResponse DocumentServiceGrpc Service to call Cloud DocumentAI to manage document collection (dataset).DocumentServiceGrpc.DocumentServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DocumentService.DocumentServiceGrpc.DocumentServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DocumentService.DocumentServiceGrpc.DocumentServiceImplBase Base class for the server implementation of the service DocumentService.DocumentServiceGrpc.DocumentServiceStub A stub to allow clients to do asynchronous rpc calls to service DocumentService.DocumentServiceSettings Settings class to configure an instance ofDocumentServiceClient
.DocumentServiceSettings.Builder Builder for DocumentServiceSettings.EnableProcessorMetadata The long-running operation metadata for the [EnableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor] method.EnableProcessorMetadata.Builder The long-running operation metadata for the [EnableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor] method.EnableProcessorRequest Request message for the [EnableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor] method.EnableProcessorRequest.Builder Request message for the [EnableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor] method.EnableProcessorResponse Response message for the [EnableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor] method.EnableProcessorResponse.Builder Response message for the [EnableProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor] method.EntityTypeMetadata Metadata about an entity type.EntityTypeMetadata.Builder Metadata about an entity type.EvaluateProcessorVersionMetadata Metadata of the [EvaluateProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.EvaluateProcessorVersion] method.EvaluateProcessorVersionMetadata.Builder Metadata of the [EvaluateProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.EvaluateProcessorVersion] method.EvaluateProcessorVersionRequest Evaluates the given [ProcessorVersion][google.cloud.documentai.v1beta3.ProcessorVersion] against the supplied documents.EvaluateProcessorVersionRequest.Builder Evaluates the given [ProcessorVersion][google.cloud.documentai.v1beta3.ProcessorVersion] against the supplied documents.EvaluateProcessorVersionResponse Response of the [EvaluateProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.EvaluateProcessorVersion] method.EvaluateProcessorVersionResponse.Builder Response of the [EvaluateProcessorVersion][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.FetchProcessorTypes] method.FetchProcessorTypesRequest.Builder Request message for the [FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes] method.FetchProcessorTypesResponse Response message for the [FetchProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes] method.FetchProcessorTypesResponse.Builder Response message for the [FetchProcessorTypes][google.cloud.documentai.v1beta3.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 GetDatasetSchemaRequest Request for `GetDatasetSchema`.GetDatasetSchemaRequest.Builder Request for `GetDatasetSchema`.GetDocumentRequest Protobuf typegoogle.cloud.documentai.v1beta3.GetDocumentRequest
GetDocumentRequest.Builder Protobuf typegoogle.cloud.documentai.v1beta3.GetDocumentRequest
GetDocumentResponse Protobuf typegoogle.cloud.documentai.v1beta3.GetDocumentResponse
GetDocumentResponse.Builder Protobuf typegoogle.cloud.documentai.v1beta3.GetDocumentResponse
GetEvaluationRequest Retrieves a specific Evaluation.GetEvaluationRequest.Builder Retrieves a specific Evaluation.GetProcessorRequest Request message for the [GetProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.GetProcessor] method.GetProcessorRequest.Builder Request message for the [GetProcessor][google.cloud.documentai.v1beta3.DocumentProcessorService.GetProcessor] method.GetProcessorTypeRequest Request message for the [GetProcessorType][google.cloud.documentai.v1beta3.DocumentProcessorService.GetProcessorType] method.GetProcessorTypeRequest.Builder Request message for the [GetProcessorType][google.cloud.documentai.v1beta3.DocumentProcessorService.GetProcessorType] method.GetProcessorVersionRequest Request message for the [GetProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.GetProcessorVersion] method.GetProcessorVersionRequest.Builder Request message for the [GetProcessorVersion][google.cloud.documentai.v1beta3.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.ImportDocumentsMetadata Metadata of the import document operation.ImportDocumentsMetadata.Builder Metadata of the import document operation.ImportDocumentsMetadata.ImportConfigValidationResult The validation status of each import config.ImportDocumentsMetadata.ImportConfigValidationResult.Builder The validation status of each import config.ImportDocumentsMetadata.IndividualImportStatus The status of each individual document in the import process.ImportDocumentsMetadata.IndividualImportStatus.Builder The status of each individual document in the import process.ImportDocumentsRequest Protobuf typegoogle.cloud.documentai.v1beta3.ImportDocumentsRequest
ImportDocumentsRequest.BatchDocumentsImportConfig Config for importing documents.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig The config for auto-split.ImportDocumentsRequest.BatchDocumentsImportConfig.AutoSplitConfig.Builder The config for auto-split.ImportDocumentsRequest.BatchDocumentsImportConfig.Builder Config for importing documents.ImportDocumentsRequest.Builder Protobuf typegoogle.cloud.documentai.v1beta3.ImportDocumentsRequest
ImportDocumentsResponse Response of the import document operation.ImportDocumentsResponse.Builder Response of the import document operation.ImportProcessorVersionMetadata The long-running operation metadata for the [ImportProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.ImportProcessorVersion] method.ImportProcessorVersionMetadata.Builder The long-running operation metadata for the [ImportProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.ImportProcessorVersion] method.ImportProcessorVersionRequest The request message for the [ImportProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.ImportProcessorVersion] method.ImportProcessorVersionRequest.Builder The request message for the [ImportProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.ImportProcessorVersion] method.ImportProcessorVersionRequest.ExternalProcessorVersionSource The external source processor version.ImportProcessorVersionRequest.ExternalProcessorVersionSource.Builder The external source processor version.ImportProcessorVersionResponse The response message for the [ImportProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.ImportProcessorVersion] method.ImportProcessorVersionResponse.Builder The response message for the [ImportProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.ImportProcessorVersion] method.ListEvaluationsRequest Retrieves a list of evaluations for a given [ProcessorVersion][google.cloud.documentai.v1beta3.ProcessorVersion].ListEvaluationsRequest.Builder Retrieves a list of evaluations for a given [ProcessorVersion][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.ListProcessors] method.ListProcessorsResponse.Builder Response message for the [ListProcessors][google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessors] method.ListProcessorTypesRequest Request message for the [ListProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessorTypes] method.ListProcessorTypesRequest.Builder Request message for the [ListProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessorTypes] method.ListProcessorTypesResponse Response message for the [ListProcessorTypes][google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessorTypes] method.ListProcessorTypesResponse.Builder Response message for the [ListProcessorTypes][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.ListProcessorVersions] method.ListProcessorVersionsResponse.Builder Response message for the [ListProcessorVersions][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.ProcessDocument] method.ProcessRequest.Builder Request message for the [ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument] method.ProcessResponse Response message for the [ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument] method.ProcessResponse.Builder Response message for the [ProcessDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument] method.PropertyMetadata Metadata about a property.PropertyMetadata.Builder Metadata about a property.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.v1beta3.DocumentProcessorService.ReviewDocument] method.ReviewDocumentOperationMetadata.Builder The long-running operation metadata for the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.ReviewDocumentRequest Request message for the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.ReviewDocumentRequest.Builder Request message for the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.ReviewDocumentResponse Response message for the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.ReviewDocumentResponse.Builder Response message for the [ReviewDocument][google.cloud.documentai.v1beta3.DocumentProcessorService.ReviewDocument] method.RevisionRef The revision reference specifies which revision on the document to read.RevisionRef.Builder The revision reference specifies which revision on the document to read.SetDefaultProcessorVersionMetadata The long-running operation metadata for the [SetDefaultProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionMetadata.Builder The long-running operation metadata for the [SetDefaultProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionRequest Request message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionRequest.Builder Request message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionResponse Response message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.SetDefaultProcessorVersion] method.SetDefaultProcessorVersionResponse.Builder Response message for the [SetDefaultProcessorVersion][google.cloud.documentai.v1beta3.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.v1beta3.DocumentProcessorService.TrainProcessorVersion] method.TrainProcessorVersionRequest.Builder Request message for the [TrainProcessorVersion][google.cloud.documentai.v1beta3.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.v1beta3.ProcessorVersion].TrainProcessorVersionRequest.InputData.Builder The input data used to train a new [ProcessorVersion][google.cloud.documentai.v1beta3.ProcessorVersion].TrainProcessorVersionResponse The response for [TrainProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.TrainProcessorVersion].TrainProcessorVersionResponse.Builder The response for [TrainProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.TrainProcessorVersion].UndeployProcessorVersionMetadata The long-running operation metadata for the [UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionMetadata.Builder The long-running operation metadata for the [UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionRequest Request message for the [UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionRequest.Builder Request message for the [UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionResponse Response message for the [UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion] method.UndeployProcessorVersionResponse.Builder Response message for the [UndeployProcessorVersion][google.cloud.documentai.v1beta3.DocumentProcessorService.UndeployProcessorVersion] method.UpdateDatasetOperationMetadata Protobuf typegoogle.cloud.documentai.v1beta3.UpdateDatasetOperationMetadata
UpdateDatasetOperationMetadata.Builder Protobuf typegoogle.cloud.documentai.v1beta3.UpdateDatasetOperationMetadata
UpdateDatasetRequest Protobuf typegoogle.cloud.documentai.v1beta3.UpdateDatasetRequest
UpdateDatasetRequest.Builder Protobuf typegoogle.cloud.documentai.v1beta3.UpdateDatasetRequest
UpdateDatasetSchemaRequest Request for `UpdateDatasetSchema`.UpdateDatasetSchemaRequest.Builder Request for `UpdateDatasetSchema`.Vertex A vertex represents a 2D point in the image.Vertex.Builder A vertex represents a 2D point in the image.