Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace KeyValueDetectionConfidenceEntry

Key Value Detection Confidence Entry.

Properties

accuracy

accuracy: number

accuracy under the threshold Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

f1Score

f1Score: number

f1Score under the threshold Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

precision

precision: number

Precision under the threshold Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

recall

recall: number

Recall under the threshold Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

threshold

threshold: number

Threshold used to calculate precision and recall. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj