Search Results for

    Show / Hide Table of Contents

    Enum Constants.speak_type_values

    • C#
    • Visual Basic
    [Obsolete("This will be removed in a future release. Please use Speech.ESpeakTypeValue as of v1.0.8.1", false)]
    public enum speak_type_values
    <Obsolete("This will be removed in a future release. Please use Speech.ESpeakTypeValue as of v1.0.8.1", False)>
    Public Enum speak_type_values
    Namespace: HomeSeer.PluginSdk
    Assembly: PluginSdk.dll


    PLEASE NOTE: Code related to the Speech components in HomeSeer were ported from the HS3 plugin API and have not been fully tested to verify full functionality from the new SDK. The Speech API may undergo significant changes in the near future. Please use with caution.


    Fields

    Name Description
    SPEAK_MESSAGE

    Text message

    SPEAK_TTS

    TTS voice

    SPEAK_WAVEFILE

    Play a wave file

    • View Source
    In This Article
    Back to top HomeSeer Technologies