File tree Expand file tree Collapse file tree
google/cloud/documentai/v1beta3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ syntax = "proto3";
1616
1717package google.cloud.documentai.v1beta3 ;
1818
19+ import "google/protobuf/field_mask.proto" ;
20+
1921option csharp_namespace = "Google.Cloud.DocumentAI.V1Beta3" ;
2022option go_package = "google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai" ;
2123option java_multiple_files = true ;
@@ -74,6 +76,11 @@ message DocumentOutputConfig {
7476 message GcsOutputConfig {
7577 // The Cloud Storage uri (a directory) of the output.
7678 string gcs_uri = 1 ;
79+
80+ // Specifies which fields to include in the output documents.
81+ // Only supports top level document and pages field so it must be in the
82+ // form of `{document_field_name}` or `pages.{page_field_name}`.
83+ google.protobuf.FieldMask field_mask = 2 ;
7784 }
7885
7986 // The destination of the results.
You can’t perform that action at this time.
0 commit comments