GoogleCloudDocumentaiV1beta2DocumentPageLayout constructor
GoogleCloudDocumentaiV1beta2DocumentPageLayout({
- GoogleCloudDocumentaiV1beta2BoundingPoly? boundingPoly,
- double? confidence,
- String? orientation,
- GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
Implementation
GoogleCloudDocumentaiV1beta2DocumentPageLayout({
this.boundingPoly,
this.confidence,
this.orientation,
this.textAnchor,
});