Aracılığıyla paylaş


DenseCaptionsResult Class

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

public final class DenseCaptionsResult

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 Summary

Modifier and Type Method and Description
List<DenseCaption> getValues()

Get the values property: The list of image captions.

Methods inherited from java.lang.Object

Method Details

getValues

public List getValues()

Get the values property: The list of image captions.

Returns:

the values value.

Applies to