ImageDescriptionDetails.Captions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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