Table of Contents

Class BarcodeDocumentParserResult

Namespace
ScanbotSDK.MAUI.Core.Barcode
Assembly
ScanbotSDK.Shared.dll

The result of barcode document parsing.

public class BarcodeDocumentParserResult : IDisposable
Inheritance
BarcodeDocumentParserResult
Implements
Inherited Members

Properties

ParsedDocument

In case of success, the parsed document.

public required GenericDocument ParsedDocument { get; init; }

Property Value

GenericDocument

Success

True if any document was parsed.

public required bool Success { get; init; }

Property Value

bool

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()