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
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, DocumentDetectionStatus, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, DocumentDetectionStatus color, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritercolor
DocumentDetectionStatusoptions
JsonSerializerOptions