Page constructor
Page(
- String pageId, {
- DetectionStatus? detectionStatus,
- Size? documentImageSizeLimit,
- ImageFilterType? filter,
- List<
PolygonPoint> ? polygon, - Uri? originalImageFileUri,
- Uri? documentImageFileUri,
- Uri? originalPreviewImageFileUri,
- Uri? documentPreviewImageFileUri,
Implementation
Page(this.pageId,
{this.detectionStatus,
this.documentImageSizeLimit,
this.filter,
this.polygon,
this.originalImageFileUri,
this.documentImageFileUri,
this.originalPreviewImageFileUri,
this.documentPreviewImageFileUri});