Struct Landmark
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 9
Represents a Landmark in pose detection.
C#Copypublic struct Landmark
Properties
Declaration
C#Copypublic Point Location { get; set; }
Property Value
Type | Description |
---|---|
Point |
API Level: 9
Declaration
C#Copypublic float Score { get; set; }
Property Value
Type | Description |
---|---|
System.Single |