LandmarksModel Class

A landmark recognized in the image.

Inheritance
LandmarksModel

Constructor

LandmarksModel(*, name: Optional[str] = None, confidence: Optional[float] = None, **kwargs)

Parameters

name
str
Required

Name of the landmark.

confidence
float
Required

Confidence level for the landmark recognition as a value ranging from 0 to 1.