File size: 532 Bytes
0827183
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.


class SpeechConstants:
    """
    Defines constants that can be used in the processing of speech interactions.
    """

    EMPTY_SPEAK_TAG = '<speak version="1.0" xmlns="https://www.w3.org/2001/10/synthesis" xml:lang="en-US" />'
    """
    The xml tag structure to indicate an empty speak tag, to be used in the 'speak' property of an Activity.
    When set this indicates to the channel that speech should not be generated.
    """