Table of Contents

Class DocumentVerificationStatusConverter

Namespace
ScanbotSDK.MAUI.Core.DocumentDataExtractor
Assembly
ScanbotSDK.Shared.dll
public class DocumentVerificationStatusConverter : JsonConverter<DocumentVerificationStatus>
Inheritance
DocumentVerificationStatusConverter
Inherited Members

Constructors

DocumentVerificationStatusConverter()

public DocumentVerificationStatusConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

public override DocumentVerificationStatus Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentVerificationStatus

Write(Utf8JsonWriter, DocumentVerificationStatus, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, DocumentVerificationStatus color, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
color DocumentVerificationStatus
options JsonSerializerOptions