feat: A new field `document_type` is added to message `.google.cloud.documentai.v1beta3.ImportDocumentsRequest`
feat: A new field `document_prompt` is added to message `.google.cloud.documentai.v1beta3.DocumentSchema`
feat: A new field `enable_table_split` is added to message `.google.cloud.documentai.v1beta3.OcrConfig.LayoutParsingParams`
feat: Added new messages `Documents` and `RawDocuments` for inline document input
feat: The method `ReviewDocument` in `.google.cloud.documentai.v1beta3.DocumentProcessorService` is deprecated
feat: The field `skip_human_review` in messages `.google.cloud.documentai.v1beta3.ProcessRequest` and `.google.cloud.documentai.v1beta3.BatchProcessRequest` is deprecated
fix!: Removed the `SpannerIndexingConfig` message and the `spanner_indexing_config` field from `.google.cloud.documentai.v1beta3.Dataset`
BREAKING CHANGE: The `SpannerIndexingConfig` message and the `spanner_indexing_config` field within the `Dataset` message have been removed. Client code referencing these will need to stop referencing these in case of an error
docs: Updated comments for various fields and messages
PiperOrigin-RevId: 866382481
feat: A new enum `Method` is added
feat: A new field `method` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `annotations` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `annotations` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new message `EntityValidationOutput` is added
feat: A new message `EntitiesRevision` is added
feat: A new field `entity_validation_output` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `entities_revisions` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new field `entities_revision_id` is added to message `.google.cloud.documentai.v1beta3.Document`
feat: A new enum `Method` is added
feat: A new field `method` is added to message `.google.cloud.documentai.v1beta3.DocumentSchema`
docs: A comment for field `training_method` in message `.google.cloud.documentai.v1beta3.TrainProcessorVersionRequest` is changed
docs: A comment for field `processor_version_source` in message `.google.cloud.documentai.v1beta3.ImportProcessorVersionRequest` is changed
docs: A comment for field `document_schema` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `create_time` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `latest_evaluation` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `kms_key_name` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `kms_key_version_name` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `deprecation_info` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed
docs: A comment for field `create_time` in message `.google.cloud.documentai.v1beta3.Processor` is changed
PiperOrigin-RevId: 816756608
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 807444457
feat: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method
feat: Added an url for issue reporting and api short name
PiperOrigin-RevId: 687393779
feat: A new field foundation_model_tuning_options is added to message TrainProcessorVersionRequest
feat: A new field `labels` is added to messages `ProcessRequest` and `BatchProcessRequest`
feat: A new field `display_name` is added to message `DocumentSchema`
fix: deprecate `Dataset.document_warehouse_config`
docs: updated comments
PiperOrigin-RevId: 607358355
feat: added http configuration and document publishing for v1beta2
feat: added ImportDocuments, GetDocument and BatchDeleteDocuments RPCs for v1beta3
PiperOrigin-RevId: 548236986
feat: add REPLACE enum to OperationType in document.proto
feat: add PropertyMetadata and EntityTypeMetadata to document_schema.proto
feat: add IMPORTING enum to State in processor.proto
chore: updated comments
PiperOrigin-RevId: 540932243
feat: Added latest_evaluation to processor.proto
chore!: Updated TrainProcessorVersion parent to correctly be a Processor, rather than ProcessorVersion
BREAKING CHANGE: The TrainProcessorVersion parent was incorrectly annotated.
PiperOrigin-RevId: 507577968
feat: added process_options field in ProcessRequest in document_processor_service.proto
feat: added sample_document_uris field in ProcessorType in processor_type.proto
PiperOrigin-RevId: 495363748
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
feat: added evaluation.proto
feat: added document_schema field in ProcessorVersion processor.proto
feat: added image_quality_scores field in Document.Page in document.proto
feat: added font_family field in Document.Style in document.proto
PiperOrigin-RevId: 488417413
feat: Added parent_ids to Revision object in document.proto
feat: Added integer_values, float_values and non_present to Entity object in document.proto
feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
feat: Added OperationMetadata resource
feat: Added Barcode support
feat!: Added Processor Management and Processor Version support to v1 library
BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
PiperOrigin-RevId: 468022354