Class InferenceFaceDetectorResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents the result of InferenceFaceDetector operations.
public class InferenceFaceDetectorResult
- Inheritance
-
objectInferenceFaceDetectorResult
Properties
View SourceBoundingBoxes
Gets the bounding boxes of the detected face.
Declaration
public IEnumerable<Rectangle> BoundingBoxes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T><Rectangle> |
RequestId
Gets the request ID which is matched with request ID of RequestInference() return value.
It represents the order of request.
Declaration
public ulong RequestId { get; }
Property Value
Type | Description |
---|---|
ulong | The request ID that indicates the order of request. |