Search Results for

    Show / Hide Table of Contents

    Class MediaResponse.ResponseOverrides

    Inheritance
    object
    MediaResponse.ResponseOverrides
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.Perplexity
    Assembly: Glitch9.AIDevKit.Provider.Perplexity.dll
    Syntax
    public class MediaResponse.ResponseOverrides

    Properties

    | Edit this page View Source

    ReturnImages

    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
    | Edit this page View Source

    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

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation