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