Share via


ImageInfo.Url Property

Definition

Gets or sets the URL of the input image. The imageInsightsToken and url fields are mutually exclusive; do not specify both. Do not specify the URL if the request includes the image form data.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to