We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
content
1 parent 6c79119 commit 721b367Copy full SHA for 721b367
google/cloud/documentai/v1beta2/document.proto
@@ -421,6 +421,10 @@ message Document {
421
422
// The text segments from the [Document.text][google.cloud.documentai.v1beta2.Document.text].
423
repeated TextSegment text_segments = 1;
424
+
425
+ // Contains the content of the text span so that users do
426
+ // not have to look it up in the text_segments.
427
+ string content = 2;
428
}
429
430
// Referencing elements in [Document.pages][google.cloud.documentai.v1beta2.Document.pages].
0 commit comments