Class ImageRecognitionResult

Definition

Namespace:
Tizen.Multimedia.Vision
Assembly:
Tizen.Multimedia.Vision.dll
API Level:
4

Represents a result of RecognizeAsync operations of ImageRecognizer.

C#
Copy
public class ImageRecognitionResult
Inheritance
System.Object
ImageRecognitionResult

Properties

View Source

Region

The region of recognized image object on the source image.

Declaration
C#
Copy
public Quadrangle Region { get; }
Property Value
Type Description
Quadrangle

The region of recognized image object if successful, otherwise null.

API Level: 4
View Source

Success

Gets the value indicating the recognition is successful.

Declaration
C#
Copy
public bool Success { get; }
Property Value
Type Description
Boolean
API Level: 4