Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface SpeechProperties

    An object defining various properties for the text-to-speech message.

    interface SpeechProperties {
        locale?: string;
    }
    Index

    Properties

    Properties

    locale?: string

    Indicates the language that should be used for the text-to-speech message. Currently, only en-US is supported.