Class ImageClassifier
Definition
- Namespace:
- Tizen.Multimedia.Vision
- Assembly:
- Tizen.Multimedia.Vision.dll
Provides the ability to classify image objects on image source using inference engine.
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public static class ImageClassifier
- Inheritance
-
objectImage
Classifier
Methods
View SourceClassifyAsync(MediaVisionSource, InferenceModelConfiguration)
Classifies image objects on the source image using inference engine set in config
.
Each time when DetectAsync is called, a set of the detected faces at the media source are received asynchronously.
Declaration
[Obsolete("Deprecated since API12. Will be removed in API15.")]
public static Task<IEnumerable<ImageClassificationResult>> ClassifyAsync(MediaVisionSource source, InferenceModelConfiguration config)
Parameters
Type | Name | Description |
---|---|---|
Media |
source | The source of the media where faces will be detected. |
Inference |
config | The engine's configuration that will be used for classifying. |
Returns
Type | Description |
---|---|
System. |
A task that represents the asynchronous classify operation. |
Exceptions
Type | Condition |
---|---|
System. |
|
System. |
Internal error. |
System. |
The feature is not supported. |
System. |
The caller has no required privilege. |