Class GenericDocument
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class GenericDocument
- Inheritance
-
GenericDocument
- Inherited Members
-
- Extension Methods
-
Properties
Children
public GenericDocument[] Children { get; }
Property Value
- GenericDocument[]
Fields
public Field[] Fields { get; }
Property Value
- Field[]
Type
public GenericDocumentType Type { get; }
Property Value
- GenericDocumentType
Methods
FromNative(GenericDocument)
public static GenericDocument FromNative(GenericDocument document)
Parameters
document
GenericDocument
Returns
- GenericDocument
ToNative()
public GenericDocument ToNative()
Returns
- GenericDocument