ImageDescriptionDetails.Captions Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="captions")]
public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageCaption> Captions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="captions")>]
member this.Captions : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.ComputerVision.Models.ImageCaption> with get, set
Public Property Captions As IList(Of ImageCaption)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to