Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SPVPRIORITY

SPVPRIORITY lists the priorities that voices can have. See ISpVoice::SetPriorityand ISpVoice::GetPriority for more information.

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>typedef enum SPVPRIORITY { SPVPRI_NORMAL,</strong> <strong>SPVPRI_ALERT,</strong> <strong>SPVPRI_OVER</strong> <strong>} SPVPRIORITY;</strong> </pre>

Elements

  • SPVPRI_NORMAL
    Normal priority. The voice waits for synchronization with other voices before speaking.
  • SPVPRI_ALERT
    Alert priority.
  • SPVPRI_OVER
    Over priority. The voice does not wait for synchronization with other voices before speaking.