documentImageFileUri property
- @JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
getter/setter pair
File URI of the cropped document image (if document detection was successful)
Implementation
@JsonKey(toJson: fileUriToString, fromJson: stringToFileUri)
Uri? documentImageFileUri;