Table of Contents

Class DocumentDataExtractionModeConverter

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

Constructors

DocumentDataExtractionModeConverter()

public DocumentDataExtractionModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentDataExtractionMode

Write(Utf8JsonWriter, DocumentDataExtractionMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentDataExtractionMode
options JsonSerializerOptions