classe SpeechSynthesisVisemeEventArgs

class SpeechSynthesisVisemeEventArgs
  : public EventArgs

Aula para síntese de fala viseme argumentos de eventos. Adicionado na versão 1.16.0.

Membros

ResultId

Sintaxe: public const std::string & ResultId;

ID de resultado único. Adicionado na versão 1.25.0.

Deslocamento de áudio

Sintaxe: public uint64_t AudioOffset;

Deslocamento de áudio, em ticks (100 nanossegundos).

VisemeId

Sintaxe: public uint32_t VisemeId;

Identificação Viseme.

Animação

Sintaxe: public const std::string & Animation;

Animação, pode ser svg ou outro formato.

SpeechSynthesisVisemeEventArgs

Sintaxe: public inline explicit SpeechSynthesisVisemeEventArgs ( SPXEVENTHANDLE hevent );

Construtor.

Parâmetros

  • hevent identificador de eventos

~SpeechSynthesisVisemeEventArgs

Sintaxe: public inline virtual ~SpeechSynthesisVisemeEventArgs ( );