Condividi tramite


ImageInsightsImageCaption.DataSourceUrl Property

Definition

Gets or sets the URL to the website where the caption was found. You must attribute the caption to the source. For example, by displaying the domain name from the URL next to the caption and using the URL to link to the source website.

[Newtonsoft.Json.JsonProperty(PropertyName="dataSourceUrl")]
public string DataSourceUrl { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataSourceUrl")>]
member this.DataSourceUrl : string with get, set
Public Property DataSourceUrl As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to