Table of Contents

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

double

CountryCode

The Country Code of the license plate.

public string CountryCode { get; }

Property Value

string

CroppedImage

Cropped Image of the License plate.

public ImageSource CroppedImage { get; set; }

Property Value

ImageSource

LicensePlate

The License plate string.

public string LicensePlate { get; }

Property Value

string

Text

The Raw string of scanned License plate number string.

public string Text { get; set; }

Property Value

string

ValidationSuccessful

TRUE, if the validation was successful. FALSE otherwise.

public bool ValidationSuccessful { get; set; }

Property Value

bool