unified-llm-client
    Preparing search index...

    Interface OpenAISpeechOptions

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

    Properties

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