LandmarksModel interface
A landmark recognized in the image.
Properties
| confidence | Confidence level for the landmark recognition as a value ranging from 0 to 1. |
| name | Name of the landmark. |
Property Details
confidence
Confidence level for the landmark recognition as a value ranging from 0 to 1.
confidence?: undefined | number
Property Value
undefined | number
name
Name of the landmark.
name?: undefined | string
Property Value
undefined | string