Table of Contents

Class VinBarcodeResult

Namespace
ScanbotSDK.MAUI.Core.Vin
Assembly
DocumentSDK.MAUI.dll
public class VinBarcodeResult
Inheritance
VinBarcodeResult
Inherited Members

Constructors

VinBarcodeResult()

public VinBarcodeResult()

Properties

ExtractedVIN

public required string ExtractedVIN { get; init; }

Property Value

string

Rectangle

public required Point[] Rectangle { get; init; }

Property Value

Point[]

Status

public required VinBarcodeExtractionStatus Status { get; init; }

Property Value

VinBarcodeExtractionStatus