Class MediaResponse.ResponseOverrides
Inherited Members
Namespace: Glitch9.AIDevKit.Perplexity
Assembly: Glitch9.AIDevKit.Provider.Perplexity.dll
Syntax
public class MediaResponse.ResponseOverrides
Properties
| Edit this page View SourceReturnImages
When set to true, enables image content to be returned in the response. This overrides the top-level return_images parameter when used within media_response.overrides.
Declaration
[JsonProperty("return_images")]
public bool ReturnImages { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ReturnVideos
When set to true, enables video content to be returned in the response. Videos will be included as part of the response structure with URL and metadata.
Declaration
[JsonProperty("return_videos")]
public bool ReturnVideos { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |