TextField.confidence Property¶
Module: TextField
Type: float
Definition¶
Confidence score for the value read from the text field.
confidence: float
Exceptions
An error has occurred during Document Library execution.
double get confidence => getConfidence();
Exceptions
An error has occurred during Document Library execution.
public float confidence
{
get => Getconfidence();
}
Exceptions
An error has occurred during Document Library execution.
public float getConfidence() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var confidence: Float
get {
return try! getConfidence()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextField_GetConfidence (ID3_DOCUMENT_TEXT_FIELD hTextField, float * confidence)
Returns