videosphere
    Preparing search index...

    A voice row returned from Google Cloud listVoices.

    interface GcpTtsVoiceOption {
        name: string;
        languageCodes: string[];
        ssmlGender: GcpTtsSsmlGender;
    }
    Index

    Properties

    name: string

    Voice resource name (e.g. en-US-Neural2-A).

    languageCodes: string[]

    Language codes this voice supports (BCP-47).

    ssmlGender: GcpTtsSsmlGender

    Reported SSML gender when Google provides one.