Class Check
- Namespace
- ScanbotSDK.MAUI.CheckDocumentModel
- Assembly
- ScanbotSDK.Shared.dll
Check Document
public abstract class Check : GenericDocumentWrapper
- Inheritance
-
Check
- Derived
- Inherited Members
Constructors
Check(GenericDocument)
public Check(GenericDocument document)
Parameters
documentGenericDocument
Fields
WrapperDocumentNormalizedType
Normalized document type name of this document wrapper.
public static readonly string WrapperDocumentNormalizedType
Field Value
WrapperDocumentType
Generic document type name of this document wrapper.
public static readonly string WrapperDocumentType
Field Value
Properties
FontType
type of check font
public Field? FontType { get; }
Property Value
RawString
Detected raw string
public Field RawString { get; }