- Namespace
- ScanbotSDK.MAUI.Core.DocumentDataExtractor
- Assembly
- ScanbotSDK.Shared.dll
public class InvalidDataVerificationReport
- Inheritance
-
InvalidDataVerificationReport
- Inherited Members
-
Constructors
public InvalidDataVerificationReport()
Properties
public required FieldInvalidDataVerificationReport[] FieldDetails { get; init; }
Property Value
- FieldInvalidDataVerificationReport[]
public required bool OverallIsInvalid { get; init; }
Property Value
- bool
Methods
public static InvalidDataVerificationReport FromNative(InvalidDataVerificationReport source)
Parameters
source
InvalidDataVerificationReport
Returns
- InvalidDataVerificationReport
public static InvalidDataVerificationReport FromNative(SBSDKInvalidDataVerificationReport source)
Parameters
source
SBSDKInvalidDataVerificationReport
Returns
- InvalidDataVerificationReport
public InvalidDataVerificationReport ToNative()
Returns
- InvalidDataVerificationReport