Table of Contents

Class FieldSuspiciousDataVerificationReport

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

Constructors

FieldSuspiciousDataVerificationReport()

public FieldSuspiciousDataVerificationReport()

Properties

FieldFullName

public required string FieldFullName { get; init; }

Property Value

string

IsSuspicious

public required bool IsSuspicious { get; init; }

Property Value

bool

Methods

FromNative(FieldSuspiciousDataVerificationReport)

public static FieldSuspiciousDataVerificationReport FromNative(FieldSuspiciousDataVerificationReport source)

Parameters

source FieldSuspiciousDataVerificationReport

Returns

FieldSuspiciousDataVerificationReport

FromNative(SBSDKFieldSuspiciousDataVerificationReport)

public static FieldSuspiciousDataVerificationReport FromNative(SBSDKFieldSuspiciousDataVerificationReport source)

Parameters

source SBSDKFieldSuspiciousDataVerificationReport

Returns

FieldSuspiciousDataVerificationReport

ToNative()

public FieldSuspiciousDataVerificationReport ToNative()

Returns

FieldSuspiciousDataVerificationReport