Table of Contents

Class CheckDocumentDetectionModeConverter

Namespace
ScanbotSDK.MAUI.Core.Check
Assembly
ScanbotSDK.Shared.dll
public class CheckDocumentDetectionModeConverter : JsonConverter<CheckDocumentDetectionMode>
Inheritance
CheckDocumentDetectionModeConverter
Inherited Members

Constructors

CheckDocumentDetectionModeConverter()

public CheckDocumentDetectionModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

CheckDocumentDetectionMode

Write(Utf8JsonWriter, CheckDocumentDetectionMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color CheckDocumentDetectionMode
options JsonSerializerOptions