Class ImageClassificationResult

Definition

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

Provides the ability to get the result of face detection using InferenceModelConfiguration and ImageClassifier.

C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public class ImageClassificationResult
Inheritance
object
ImageClassificationResult

Properties

View Source

Confidence

Gets the confidence of detected object.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public float Confidence { get; }
Property Value
Type Description
float
View Source

Indice

Gets the indice of detected object.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public int Indice { get; }
Property Value
Type Description
int
View Source

Name

Gets the name of detected object.

Declaration
C#
Copy
[Obsolete("Deprecated since API12. Will be removed in API15.")] public string Name { get; }
Property Value
Type Description
string