Table of Contents

Class DocumentVerificationReport

Namespace
ScanbotSDK.MAUI.Core.DocumentDataExtractor
Assembly
ScanbotSDK.Shared.dll
public class DocumentVerificationReport
Inheritance
DocumentVerificationReport
Inherited Members

Constructors

DocumentVerificationReport()

public DocumentVerificationReport()

Properties

ConsistencyVerificationReport

public required ConsistencyVerificationReport ConsistencyVerificationReport { get; init; }

Property Value

ConsistencyVerificationReport

InvalidDataVerificationReport

public required InvalidDataVerificationReport InvalidDataVerificationReport { get; init; }

Property Value

InvalidDataVerificationReport

OverallVerificationStatus

public required DocumentVerificationStatus OverallVerificationStatus { get; init; }

Property Value

DocumentVerificationStatus

SemanticsVerificationReport

public required SemanticsVerificationReport SemanticsVerificationReport { get; init; }

Property Value

SemanticsVerificationReport

SuspiciousDataVerificationReport

public required SuspiciousDataVerificationReport SuspiciousDataVerificationReport { get; init; }

Property Value

SuspiciousDataVerificationReport

Methods

FromNative(DocumentVerificationReport)

public static DocumentVerificationReport FromNative(DocumentVerificationReport source)

Parameters

source DocumentVerificationReport

Returns

DocumentVerificationReport

FromNative(SBSDKDocumentVerificationReport)

public static DocumentVerificationReport FromNative(SBSDKDocumentVerificationReport source)

Parameters

source SBSDKDocumentVerificationReport

Returns

DocumentVerificationReport

ToNative()

public DocumentVerificationReport ToNative()

Returns

DocumentVerificationReport