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?: number
Property Value
number
name
Name of the landmark.
name?: string
Property Value
string