unified-llm-client
    Preparing search index...

    Interface SpeechCostResult

    interface SpeechCostResult {
        billingUnits: SpeechBillingUnits;
        cost?: string;
        costBreakdown: SpeechCostLineItem[];
        costUSD?: number;
        estimated: boolean;
    }
    Index

    Properties

    billingUnits: SpeechBillingUnits
    cost?: string
    costBreakdown: SpeechCostLineItem[]
    costUSD?: number
    estimated: boolean