GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef constructor
GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef({
- GoogleCloudDocumentaiV1beta1BoundingPoly? boundingPoly,
- double? confidence,
- String? layoutId,
- String? layoutType,
- String? page,
Implementation
GoogleCloudDocumentaiV1beta1DocumentPageAnchorPageRef({
this.boundingPoly,
this.confidence,
this.layoutId,
this.layoutType,
this.page,
});