Table of Contents

Class InvalidDataVerificationReport

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

Constructors

InvalidDataVerificationReport()

public InvalidDataVerificationReport()

Properties

FieldDetails

public required FieldInvalidDataVerificationReport[] FieldDetails { get; init; }

Property Value

FieldInvalidDataVerificationReport[]

OverallIsInvalid

public required bool OverallIsInvalid { get; init; }

Property Value

bool

Methods

FromNative(InvalidDataVerificationReport)

public static InvalidDataVerificationReport FromNative(InvalidDataVerificationReport source)

Parameters

source InvalidDataVerificationReport

Returns

InvalidDataVerificationReport

FromNative(SBSDKInvalidDataVerificationReport)

public static InvalidDataVerificationReport FromNative(SBSDKInvalidDataVerificationReport source)

Parameters

source SBSDKInvalidDataVerificationReport

Returns

InvalidDataVerificationReport

ToNative()

public InvalidDataVerificationReport ToNative()

Returns

InvalidDataVerificationReport