Search Results for

    Show / Hide Table of Contents

    Class GenerateContentResponseExtensions

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

    Methods

    | Edit this page View Source

    ExtractAudiosFromResponse(GenerateContentResponse, int, int, string)

    Declaration
    public static IAudioAsset[] ExtractAudiosFromResponse(this GenerateContentResponse r, int sampleRate, int channels, string name)
    Parameters
    Type Name Description
    GenerateContentResponse r
    int sampleRate
    int channels
    string name
    Returns
    Type Description
    IAudioAsset[]
    | Edit this page View Source

    ExtractImagesFromResponse(GenerateContentResponse)

    Declaration
    public static IImageAsset[] ExtractImagesFromResponse(this GenerateContentResponse r)
    Parameters
    Type Name Description
    GenerateContentResponse r
    Returns
    Type Description
    IImageAsset[]
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation