Class ApiPublicSearchResult
Inherited Members
Namespace: Glitch9.AIDevKit.Perplexity
Assembly: Glitch9.AIDevKit.Provider.Perplexity.dll
Syntax
public class ApiPublicSearchResult
Properties
| Edit this page View SourceDate
Optional. The date of the search result.
Declaration
[JsonProperty("date")]
public string Date { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Required. The title of the search result.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Required. The URL of the search result.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |