Class ImageUrl
Inherited Members
Namespace: Glitch9.AIDevKit.Perplexity
Assembly: Glitch9.AIDevKit.Provider.Perplexity.dll
Syntax
public sealed class ImageUrl
Properties
| Edit this page View SourceUrl
Required. URL for the image (base64 encoded data URI or HTTPS).
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |