Table of Contents

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

document GenericDocument

Fields

WrapperDocumentNormalizedType

Normalized document type name of this document wrapper.

public static readonly string WrapperDocumentNormalizedType

Field Value

string

WrapperDocumentType

Generic document type name of this document wrapper.

public static readonly string WrapperDocumentType

Field Value

string

Properties

Country

Issuing country of the document

public Field? Country { get; }

Property Value

Field

DocumentSide

Document side, either FRONT or BACK.

public Field? DocumentSide { get; }

Property Value

Field

PrintingFormat

Either SINGLE_SIDED or TWO_SIDED.

public Field PrintingFormat { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string

Tagss

Tags for the document

public IEnumerable<Field> Tagss { get; }

Property Value

IEnumerable<Field>