Table of Contents

Class DocumentAnalysisModeConverter

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
public class DocumentAnalysisModeConverter : JsonConverter<DocumentAnalysisMode>
Inheritance
DocumentAnalysisModeConverter
Inherited Members

Constructors

DocumentAnalysisModeConverter()

public DocumentAnalysisModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentAnalysisMode

Write(Utf8JsonWriter, DocumentAnalysisMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentAnalysisMode
options JsonSerializerOptions