AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class SpeechOutputData

    Inheritance
    object
    SpeechOutputData
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class SpeechOutputData

    Properties

    Data

    Base64 encoded audio bytes generated by the model, in the format specified in the request.

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    string

    ExpiresAt

    The Unix timestamp (in seconds) for when this audio response will no longer be accessible on the server for use in multi-turn conversations.

    Declaration
    public UnixTime? ExpiresAt { get; set; }
    Property Value
    Type Description
    UnixTime?

    Id

    Unique identifier for this audio response.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Transcript

    Transcript of the audio generated by the model.

    Declaration
    public string Transcript { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX