Class DocumentDetectionResult
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- DocumentSDK.MAUI.dll
Native Document detection result.
public class DocumentDetectionResult
- Inheritance
-
DocumentDetectionResult
- Inherited Members
Fields
Image
Detected warped and cropped image. May be NULL if document detection was not successful. Bitmap on Android, UIImage on iOS.
public ImageSource Image
Field Value
Polygon
Detected polygon. Maybe empty if document detection was not successful.
public List<Point> Polygon
Field Value
Status
Detection status.
public DocumentDetectionStatus Status
Field Value
Properties
IsSuccess
Returns true if Detection was successful.
public bool IsSuccess { get; }