Jump to top

VisionImageLabelerOptions

interface

Options for on device image labeler. Confidence threshold could be provided for the label detection.

Properties

confidenceThreshold

</>

Sets confidence threshold of detected labels. Only labels detected with confidence higher than this threshold are returned.

confidenceThreshold: undefined | number;