Class CreateDocumentOptions
- Namespace
- ScanbotSDK.MAUI.Core.Document
- Assembly
- DocumentSDK.MAUI.dll
public class CreateDocumentOptions
- Inheritance
-
CreateDocumentOptions
- Inherited Members
-
Constructors
CreateDocumentOptions()
public CreateDocumentOptions()
Properties
DocumentDetection
public bool DocumentDetection { get; set; }
Property Value
- bool
DocumentImageSizeLimit
public int DocumentImageSizeLimit { get; set; }
Property Value
- int
Filters
public ParametricFilter[] Filters { get; set; }
Property Value
- ParametricFilter[]
Methods
FromJson(string)
public static CreateDocumentOptions FromJson(string rawJson)
Parameters
rawJson string
Returns
- CreateDocumentOptions