Class BrIdCardFrontPhotoOnly
- Namespace
- IO.Scanbot.Sdk.Documentdata.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/BrIdCardFrontPhotoOnly", DoNotGenerateAcw = true)]
public sealed class BrIdCardFrontPhotoOnly : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
BrIdCardFrontPhotoOnly
- Implements
- Inherited Members
Constructors
BrIdCardFrontPhotoOnly(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public BrIdCardFrontPhotoOnly(GenericDocument document)
Parameters
documentGenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "BrIdCardFrontPhotoOnly"
Field Value
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "BrIdCardFrontPhotoOnly"
Field Value
Properties
Fingerprint
public FieldWrapper Fingerprint { get; }
Property Value
Metadata
public Metadata Metadata { get; }
Property Value
Photo
public FieldWrapper Photo { get; }
Property Value
RequiredDocumentType
public override string RequiredDocumentType { get; }