Class ImageRecognitionResult

    Definition

    Namespace:
    Tizen.Multimedia.Vision
    Assembly:
    Tizen.Multimedia.Vision.dll

    Represents a result of RecognizeAsync operations of ImageRecognizer.

    public class ImageRecognitionResult
    Inheritance
    object
    ImageRecognitionResult

    Properties

    View Source

    Region

    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.

    View Source

    Success

    Gets the value indicating the recognition is successful.

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    bool

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX