Class TagsResult

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

public final class TagsResult extends Object
A list of entities observed in the image. Tags can be physical objects, living being, scenery, or actions that appear in the image.
  • Method Details

    • getValues

      public List<DetectedTag> getValues()
      Get the values property: A list of tags.
      Returns:
      the values value.