documentImageFileUri property

  1. @JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? documentImageFileUri
getter/setter pair

File URI of the cropped document image (if document detection was successful)

Implementation

@JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? documentImageFileUri;