ImageInsightsImageCaption.DataSourceUrl 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET