Class ImageRecognizer

    Definition

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

    Provides the ability to recognize images on image sources.

    public static class ImageRecognizer
    Inheritance
    object
    ImageRecognizer

    Methods

    View Source

    RecognizeAsync(MediaVisionSource, ImageObject[], ImageRecognitionConfiguration)

    Recognizes the given image objects on the source image.

    Declaration
    public static Task<IEnumerable<ImageRecognitionResult>> RecognizeAsync(MediaVisionSource source, ImageObject[] imageObjects, ImageRecognitionConfiguration config)
    Parameters
    Type Name Description
    MediaVisionSource source

    The source image on which image objects will be recognized.

    ImageObject[] imageObjects

    The array of image objects which will be processed as targets of recognition.

    ImageRecognitionConfiguration config

    The configuration used for recognition. This value can be null.

    Returns
    Type Description
    Task<><IEnumerable<><ImageRecognitionResult>>

    A task that represents the asynchronous recognition operation.

    View Source

    RecognizeAsync(MediaVisionSource, ImageObject[])

    Recognizes the given image objects on the source image.

    Declaration
    public static Task<IEnumerable<ImageRecognitionResult>> RecognizeAsync(MediaVisionSource source, ImageObject[] imageObjects)
    Parameters
    Type Name Description
    MediaVisionSource source

    The source image on which image objects will be recognized.

    ImageObject[] imageObjects

    The array of image objects which will be processed as targets of recognition.

    Returns
    Type Description
    Task<><IEnumerable<><ImageRecognitionResult>>

    A task that represents the asynchronous recognition operation.

    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX