Table of Contents

Class DocumentDetectionStatusConverter

Namespace
ScanbotSDK.MAUI.Core.Document
Assembly
ScanbotSDK.Shared.dll
public class DocumentDetectionStatusConverter : JsonConverter<DocumentDetectionStatus>
Inheritance
DocumentDetectionStatusConverter
Inherited Members

Constructors

DocumentDetectionStatusConverter()

public DocumentDetectionStatusConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentDetectionStatus

Write(Utf8JsonWriter, DocumentDetectionStatus, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentDetectionStatus
options JsonSerializerOptions