DetectedDocument.confidence Property¶
Module: DetectedDocument
Type: int
Definition¶
Confidence score of the detected document, from 0 to 100.
confidence: int
Exceptions
An error has occurred during Document Library execution.
int get confidence => getConfidence();
Exceptions
An error has occurred during Document Library execution.
public int confidence
{
get => Getconfidence();
}
Exceptions
An error has occurred during Document Library execution.
public int getConfidence() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var confidence: Int
get {
return Int(try! getConfidence())
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DetectedDocument_GetConfidence (ID3_DETECTED_DOCUMENT hDetectedDocument, int * confidence)
Returns