Class InferenceObjectDetectorResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents the result of InferenceObjectDetector operations.
C#Copypublic class InferenceObjectDetectorResult
- Inheritance
-
objectInferenceObjectDetectorResult
Properties
Declaration
C#Copypublic IEnumerable<Rectangle> BoundingBoxes { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerable<T><Rectangle> |
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#Copypublic ulong RequestId { get; }
Property Value
| Type | Description |
|---|---|
| ulong | The request ID that indicates the order of request. |