Class ImageRecognitionResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Represents a result of RecognizeAsync operations of ImageRecognizer.
C#Copypublic class ImageRecognitionResult
- Inheritance
-
objectImageRecognitionResult
Properties
Declaration
C#Copypublic Quadrangle Region { get; }
Property Value
| Type | Description |
|---|---|
| Quadrangle | The region of recognized image object if successful, otherwise null. |
Declaration
C#Copypublic bool Success { get; }
Property Value
| Type | Description |
|---|---|
| bool |