Class UrlEnvelope
A JSON document with a URL pointing to the image that is to be analyzed or segmented response.
Inherited Members
Namespace: Glitch9.AIDevKit.Microsoft.Azure
Assembly: Glitch9.AIDevKit.Provider.Microsoft.Azure.dll
Syntax
public sealed class UrlEnvelope
Constructors
| Edit this page View SourceUrlEnvelope(string)
Declaration
public UrlEnvelope(string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | url |
Properties
| Edit this page View SourceUrl
Publicly reachable URL
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |