Class ImageRecognitionResult
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
- API Level:
- 4
Represents a result of RecognizeAsync operations of ImageRecognizer.
public class ImageRecognitionResult
- Inheritance
-
ImageRecognitionResult
Properties
View SourceRegion
The region of recognized image object on the source image.
Declaration
public Quadrangle Region { get; }
Property Value
Type | Description |
---|---|
Quadrangle | The region of recognized image object if successful, otherwise null. |
API Level: 4
View SourceSuccess
Gets the value indicating the recognition is successful.
Declaration
public bool Success { get; }
Property Value
Type | Description |
---|---|
Boolean |