Class InferencePoseLandmarkDetectorResult

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll

Represents the result of InferencePoseLandmarkDetector operations.

C#
Copy
public class InferencePoseLandmarkDetectorResult
Inheritance
object
InferencePoseLandmarkDetectorResult

Properties

View Source

Points

Gets the coordinates of detected pose landmarks.

Declaration
C#
Copy
public IEnumerable<Point> Points { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<T><Point>
View Source

RequestId

Gets the request ID which is matched with request ID of RequestInference() return value.
It represents the order of request.

Declaration
C#
Copy
public ulong RequestId { get; }
Property Value
Type Description
ulong

The request ID that indicates the order of request.