- Namespace
- ScanbotSDK.MAUI.Core.DocumentDataExtractor
- Assembly
- ScanbotSDK.Shared.dll
public class DocumentVerificationReport
- Inheritance
-
DocumentVerificationReport
- Inherited Members
-
Constructors
public DocumentVerificationReport()
Properties
public required ConsistencyVerificationReport ConsistencyVerificationReport { get; init; }
Property Value
- ConsistencyVerificationReport
public required InvalidDataVerificationReport InvalidDataVerificationReport { get; init; }
Property Value
- InvalidDataVerificationReport
public required DocumentVerificationStatus OverallVerificationStatus { get; init; }
Property Value
- DocumentVerificationStatus
public required SemanticsVerificationReport SemanticsVerificationReport { get; init; }
Property Value
- SemanticsVerificationReport
public required SuspiciousDataVerificationReport SuspiciousDataVerificationReport { get; init; }
Property Value
- SuspiciousDataVerificationReport
Methods
public static DocumentVerificationReport FromNative(DocumentVerificationReport source)
Parameters
source
DocumentVerificationReport
Returns
- DocumentVerificationReport
public static DocumentVerificationReport FromNative(SBSDKDocumentVerificationReport source)
Parameters
source
SBSDKDocumentVerificationReport
Returns
- DocumentVerificationReport
public DocumentVerificationReport ToNative()
Returns
- DocumentVerificationReport