Class ImageRecognitionResult

    Definition

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

    Represents a result of RecognizeAsync operations of ImageRecognizer.

    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public class ImageRecognitionResult
    Inheritance
    object
    ImageRecognitionResult

    Properties

    View Source

    Region

    The region of recognized image object on the source image.

    Declaration
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    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
    [Obsolete("Deprecated since API12. Will be removed in API15.")]
    public bool Success { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX