GoogleCloudDocumentaiV1beta3DocumentPageLayout constructor
GoogleCloudDocumentaiV1beta3DocumentPageLayout({
- GoogleCloudDocumentaiV1beta3BoundingPoly? boundingPoly,
- double? confidence,
- String? orientation,
- GoogleCloudDocumentaiV1beta3DocumentTextAnchor? textAnchor,
Implementation
GoogleCloudDocumentaiV1beta3DocumentPageLayout({
this.boundingPoly,
this.confidence,
this.orientation,
this.textAnchor,
});