Class Metadata
- Namespace
- ScanbotSDK.MAUI.DocumentsModel
- Assembly
- ScanbotSDK.Shared.dll
Metadata for the document
public class Metadata : GenericDocumentWrapper
- Inheritance
-
Metadata
- Inherited Members
Constructors
Metadata(GenericDocument)
public Metadata(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
Country
Issuing country of the document
public Field? Country { get; }
Property Value
DocumentSide
Document side, either FRONT or BACK.
public Field? DocumentSide { get; }
Property Value
PrintingFormat
Either SINGLE_SIDED or TWO_SIDED.
public Field PrintingFormat { get; }
Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }
Property Value
Tagss
Tags for the document
public IEnumerable<Field> Tagss { get; }