Class DetectedTag
java.lang.Object
com.azure.ai.vision.imageanalysis.models.DetectedTag
A content entity observation in the image. A tag can be a physical object, living being, scenery, or action
that appear in the image.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the confidence property: A score, in the range of 0 to 1 (inclusive), representing the confidence that this entity was observed.getName()Get the name property: Name of the entity.
-
Method Details
-
getConfidence
public double getConfidence()Get the confidence property: A score, in the range of 0 to 1 (inclusive), representing the confidence that this entity was observed. Higher values indicating higher confidence.- Returns:
- the confidence value.
-
getName
Get the name property: Name of the entity.- Returns:
- the name value.
-