Class DenseCaptionsResult

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

public final class DenseCaptionsResult extends Object
Represents a list of up to 10 image captions for different regions of the image. The first caption always applies to the whole image.
  • Method Details

    • getValues

      public List<DenseCaption> getValues()
      Get the values property: The list of image captions.
      Returns:
      the values value.