unified-llm-client
    Preparing search index...

    Interface OpenAISpeechOptions

    interface OpenAISpeechOptions {
        chunkingStrategy?: JsonObject | "auto";
        include?: string[];
        knownSpeakerNames?: string[];
        knownSpeakerReferences?: string[];
    }
    Index

    Properties

    chunkingStrategy?: JsonObject | "auto"
    include?: string[]
    knownSpeakerNames?: string[]
    knownSpeakerReferences?: string[]