videosphere
    Preparing search index...

    Display + pricing hint for a GCP TTS voice family.

    interface GcpTtsVoiceFamilyInfo {
        id: GcpTtsVoiceFamilyId;
        label: string;
        freeUsageLimit: string;
        priceAfterFree: string;
        sortOrder: number;
    }
    Index

    Properties

    Stable id used in UI state.

    label: string

    Human-readable model name.

    freeUsageLimit: string

    Free monthly usage limit from Google’s pricing table (e.g. “0 to 4 million characters”).

    priceAfterFree: string

    Short summary of post-free pricing.

    sortOrder: number

    Lower numbers appear first in the model dropdown.