Class LicensePlateScannerResult
- Namespace
- ScanbotSDK.MAUI.LicensePlate
- Assembly
- DocumentSDK.MAUI.dll
public class LicensePlateScannerResult : BaseResult
- Inheritance
-
LicensePlateScannerResult
- Inherited Members
Properties
ConfidenceValue
The scanned result confidence value.
public double ConfidenceValue { get; set; }
Property Value
CountryCode
The Country Code of the license plate.
public string CountryCode { get; }
Property Value
CroppedImage
Cropped Image of the License plate.
public ImageSource CroppedImage { get; set; }
Property Value
LicensePlate
The License plate string.
public string LicensePlate { get; }
Property Value
Text
The Raw string of scanned License plate number string.
public string Text { get; set; }
Property Value
ValidationSuccessful
TRUE, if the validation was successful. FALSE otherwise.
public bool ValidationSuccessful { get; set; }