You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.html
+30
Original file line number
Diff line number
Diff line change
@@ -573,10 +573,25 @@ <h3>Method Details</h3>
573
573
],
574
574
},
575
575
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
576
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
576
577
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
577
578
"blocks": [ # List of blocks in the document.
578
579
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
579
580
"blockId": "A String", # ID of the block.
581
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
582
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
583
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
584
+
"x": 3.14, # X coordinate.
585
+
"y": 3.14, # Y coordinate (starts from the top of the image).
586
+
},
587
+
],
588
+
"vertices": [ # The bounding polygon vertices.
589
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
590
+
"x": 42, # X coordinate.
591
+
"y": 42, # Y coordinate (starts from the top of the image).
592
+
},
593
+
],
594
+
},
580
595
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
581
596
"listEntries": [ # List entries that constitute a list block.
582
597
{ # Represents an entry in the list.
@@ -1598,10 +1613,25 @@ <h3>Method Details</h3>
1598
1613
],
1599
1614
},
1600
1615
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
1616
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
1601
1617
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
1602
1618
"blocks": [ # List of blocks in the document.
1603
1619
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
1604
1620
"blockId": "A String", # ID of the block.
1621
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
1622
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
1623
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
1624
+
"x": 3.14, # X coordinate.
1625
+
"y": 3.14, # Y coordinate (starts from the top of the image).
1626
+
},
1627
+
],
1628
+
"vertices": [ # The bounding polygon vertices.
1629
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
1630
+
"x": 42, # X coordinate.
1631
+
"y": 42, # Y coordinate (starts from the top of the image).
1632
+
},
1633
+
],
1634
+
},
1605
1635
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
1606
1636
"listEntries": [ # List entries that constitute a list block.
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.humanReviewConfig.html
+15
Original file line number
Diff line number
Diff line change
@@ -164,10 +164,25 @@ <h3>Method Details</h3>
164
164
],
165
165
},
166
166
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
167
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
167
168
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
168
169
"blocks": [ # List of blocks in the document.
169
170
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
170
171
"blockId": "A String", # ID of the block.
172
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
173
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
174
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
175
+
"x": 3.14, # X coordinate.
176
+
"y": 3.14, # Y coordinate (starts from the top of the image).
177
+
},
178
+
],
179
+
"vertices": [ # The bounding polygon vertices.
180
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
181
+
"x": 42, # X coordinate.
182
+
"y": 42, # Y coordinate (starts from the top of the image).
183
+
},
184
+
],
185
+
},
171
186
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
172
187
"listEntries": [ # List entries that constitute a list block.
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1.projects.locations.processors.processorVersions.html
+30
Original file line number
Diff line number
Diff line change
@@ -665,10 +665,25 @@ <h3>Method Details</h3>
665
665
],
666
666
},
667
667
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
668
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
668
669
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
669
670
"blocks": [ # List of blocks in the document.
670
671
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
671
672
"blockId": "A String", # ID of the block.
673
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
674
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
675
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
676
+
"x": 3.14, # X coordinate.
677
+
"y": 3.14, # Y coordinate (starts from the top of the image).
678
+
},
679
+
],
680
+
"vertices": [ # The bounding polygon vertices.
681
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
682
+
"x": 42, # X coordinate.
683
+
"y": 42, # Y coordinate (starts from the top of the image).
684
+
},
685
+
],
686
+
},
672
687
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
673
688
"listEntries": [ # List entries that constitute a list block.
674
689
{ # Represents an entry in the list.
@@ -1690,10 +1705,25 @@ <h3>Method Details</h3>
1690
1705
],
1691
1706
},
1692
1707
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
1708
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
1693
1709
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
1694
1710
"blocks": [ # List of blocks in the document.
1695
1711
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
1696
1712
"blockId": "A String", # ID of the block.
1713
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
1714
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
1715
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
1716
+
"x": 3.14, # X coordinate.
1717
+
"y": 3.14, # Y coordinate (starts from the top of the image).
1718
+
},
1719
+
],
1720
+
"vertices": [ # The bounding polygon vertices.
1721
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
1722
+
"x": 42, # X coordinate.
1723
+
"y": 42, # Y coordinate (starts from the top of the image).
1724
+
},
1725
+
],
1726
+
},
1697
1727
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
1698
1728
"listEntries": [ # List entries that constitute a list block.
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1beta3.projects.locations.processors.dataset.html
+15
Original file line number
Diff line number
Diff line change
@@ -298,10 +298,25 @@ <h3>Method Details</h3>
298
298
],
299
299
},
300
300
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
301
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
301
302
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
302
303
"blocks": [ # List of blocks in the document.
303
304
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
304
305
"blockId": "A String", # ID of the block.
306
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
307
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
308
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
309
+
"x": 3.14, # X coordinate.
310
+
"y": 3.14, # Y coordinate (starts from the top of the image).
311
+
},
312
+
],
313
+
"vertices": [ # The bounding polygon vertices.
314
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
315
+
"x": 42, # X coordinate.
316
+
"y": 42, # Y coordinate (starts from the top of the image).
317
+
},
318
+
],
319
+
},
305
320
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
306
321
"listEntries": [ # List entries that constitute a list block.
Copy file name to clipboardExpand all lines: docs/dyn/documentai_v1beta3.projects.locations.processors.html
+45
Original file line number
Diff line number
Diff line change
@@ -601,10 +601,25 @@ <h3>Method Details</h3>
601
601
],
602
602
},
603
603
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
604
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
604
605
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
605
606
"blocks": [ # List of blocks in the document.
606
607
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
607
608
"blockId": "A String", # ID of the block.
609
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
610
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
611
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
612
+
"x": 3.14, # X coordinate.
613
+
"y": 3.14, # Y coordinate (starts from the top of the image).
614
+
},
615
+
],
616
+
"vertices": [ # The bounding polygon vertices.
617
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
618
+
"x": 42, # X coordinate.
619
+
"y": 42, # Y coordinate (starts from the top of the image).
620
+
},
621
+
],
622
+
},
608
623
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
609
624
"listEntries": [ # List entries that constitute a list block.
610
625
{ # Represents an entry in the list.
@@ -1543,10 +1558,25 @@ <h3>Method Details</h3>
1543
1558
],
1544
1559
},
1545
1560
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
1561
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
1546
1562
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
1547
1563
"blocks": [ # List of blocks in the document.
1548
1564
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
1549
1565
"blockId": "A String", # ID of the block.
1566
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
1567
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
1568
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
1569
+
"x": 3.14, # X coordinate.
1570
+
"y": 3.14, # Y coordinate (starts from the top of the image).
1571
+
},
1572
+
],
1573
+
"vertices": [ # The bounding polygon vertices.
1574
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
1575
+
"x": 42, # X coordinate.
1576
+
"y": 42, # Y coordinate (starts from the top of the image).
1577
+
},
1578
+
],
1579
+
},
1550
1580
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
1551
1581
"listEntries": [ # List entries that constitute a list block.
1552
1582
{ # Represents an entry in the list.
@@ -2585,10 +2615,25 @@ <h3>Method Details</h3>
2585
2615
],
2586
2616
},
2587
2617
"content": "A String", # Optional. Inline document content, represented as a stream of bytes. Note: As with all `bytes` fields, protobuffers use a pure binary representation, whereas JSON representations use base64.
2618
+
"docid": "A String", # Optional. An internal identifier for document. Should be loggable (no PII).
2588
2619
"documentLayout": { # Represents the parsed layout of a document as a collection of blocks that the document is divided into. # Parsed layout of the document.
2589
2620
"blocks": [ # List of blocks in the document.
2590
2621
{ # Represents a block. A block could be one of the various types (text, table, list) supported.
2591
2622
"blockId": "A String", # ID of the block.
2623
+
"boundingBox": { # A bounding polygon for the detected image annotation. # Identifies the bounding box for the block.
2624
+
"normalizedVertices": [ # The bounding polygon normalized vertices.
2625
+
{ # A vertex represents a 2D point in the image. NOTE: the normalized vertex coordinates are relative to the original image and range from 0 to 1.
2626
+
"x": 3.14, # X coordinate.
2627
+
"y": 3.14, # Y coordinate (starts from the top of the image).
2628
+
},
2629
+
],
2630
+
"vertices": [ # The bounding polygon vertices.
2631
+
{ # A vertex represents a 2D point in the image. NOTE: the vertex coordinates are in the same scale as the original image.
2632
+
"x": 42, # X coordinate.
2633
+
"y": 42, # Y coordinate (starts from the top of the image).
2634
+
},
2635
+
],
2636
+
},
2592
2637
"listBlock": { # Represents a list type block. # Block consisting of list content/structure.
2593
2638
"listEntries": [ # List entries that constitute a list block.
0 commit comments