Version:
interface
VisionMatchingSettings
Tuning parameters for vision match scoring.
typescript
interface VisionMatchingSettingsProperties
| Name | Type | Description |
|---|---|---|
defaultConfidence? | number | Minimum confidence threshold in the range [0, 1]. |
defaultMaxMatches? | number | Maximum number of matches to return per request. |
Was this page helpful?