Class DetectedTag

java.lang.Object
com.azure.ai.vision.imageanalysis.models.DetectedTag

public final class DetectedTag extends Object
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 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

      public String getName()
      Get the name property: Name of the entity.
      Returns:
      the name value.