diff --git a/packages/google-cloud-contentwarehouse/protos/google/cloud/documentai/v1/document_processor_service.proto b/packages/google-cloud-contentwarehouse/protos/google/cloud/documentai/v1/document_processor_service.proto index b8a1a76e649..ffd175f036c 100644 --- a/packages/google-cloud-contentwarehouse/protos/google/cloud/documentai/v1/document_processor_service.proto +++ b/packages/google-cloud-contentwarehouse/protos/google/cloud/documentai/v1/document_processor_service.proto @@ -1,4 +1,4 @@ -// Copyright 2025 Google LLC +// Copyright 2026 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -354,6 +354,12 @@ message ProcessOptions { // Optional. Whether to include bounding boxes in layout parser processor // response. bool return_bounding_boxes = 3 [(google.api.field_behavior) = OPTIONAL]; + + // Optional. Whether to include image annotations in layout parser response. + bool enable_image_annotation = 4 [(google.api.field_behavior) = OPTIONAL]; + + // Optional. Whether to include table annotations in layout parser response. + bool enable_table_annotation = 6 [(google.api.field_behavior) = OPTIONAL]; } // A list of individual page numbers.