Search Results for

    Show / Hide Table of Contents

    Class BidiGenerateMusicServerMessage

    Inheritance
    object
    BidiGenerateMusicServerMessage
    Implements
    IWebSocketMessage
    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.Lyria
    Assembly: Glitch9.AIDevKit.Provider.Google.dll
    Syntax
    public class BidiGenerateMusicServerMessage : IWebSocketMessage

    Properties

    | Edit this page View Source

    Cts

    Declaration
    [JsonIgnore]
    public CancellationTokenSource Cts { get; set; }
    Property Value
    Type Description
    CancellationTokenSource
    | Edit this page View Source

    FilteredPrompt

    Output only. Filtered prompt with reason.

    Declaration
    [JsonProperty("filteredPrompt")]
    public BidiGenerateMusicFilteredPrompt FilteredPrompt { get; set; }
    Property Value
    Type Description
    BidiGenerateMusicFilteredPrompt
    | Edit this page View Source

    ServerContent

    Output only. Content generated by the model in response to client messages.

    Declaration
    [JsonProperty("serverContent")]
    public BidiGenerateMusicServerContent ServerContent { get; set; }
    Property Value
    Type Description
    BidiGenerateMusicServerContent
    | Edit this page View Source

    SetupComplete

    Output only. Sent in response to a BidiGenerateMusicSetup message from the client when setup is complete.

    Declaration
    [JsonProperty("setupComplete")]
    public BidiGenerateMusicSetupComplete SetupComplete { get; set; }
    Property Value
    Type Description
    BidiGenerateMusicSetupComplete
    | Edit this page View Source

    Warning

    Output only. The warning message from the server. Warnings won't terminate the stream.

    Declaration
    [JsonProperty("warning")]
    public string Warning { get; set; }
    Property Value
    Type Description
    string

    Implements

    IWebSocketMessage

    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