AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AdditionalFormat

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

    Properties

    Content

    The content of the transcript in the specified format.

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

    ContentType

    The content type of the format.

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

    FileExtension

    The file extension of the format.

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

    IsBase64Encoded

    Indicates if the content is base64 encoded.

    Declaration
    public bool IsBase64Encoded { get; set; }
    Property Value
    Type Description
    bool

    RequestedFormat

    The requested format of the transcript.

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