DocumentDetector.model Property¶
Module: DocumentDetector
Type: DocumentModel
Definition¶
Model to be used for document detection.
Hint
Default value is DocumentDetector2A.
model: DocumentModel
Exceptions
An error has occurred during Document Library execution.
DocumentModel get model => getModel();
set model(DocumentModel value) => setModel(value);
Exceptions
An error has occurred during Document Library execution.
public DocumentModel model
{
get => Getmodel();
set => Setmodel(ref value);
}
Exceptions
An error has occurred during Document Library execution.
public DocumentModel getModel() throws DocumentException
public void setModel(DocumentModel model) throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var model: DocumentModel
get {
return try! getModel()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentDetector_GetModel (ID3_DOCUMENT_DETECTOR hDocumentDetector, id3DocumentModel * eModel)
int id3DocumentDetector_SetModel (ID3_DOCUMENT_DETECTOR hDocumentDetector, id3DocumentModel eModel)
Returns