Clase SpeechSynthesisBookmarkEventArgs
class SpeechSynthesisBookmarkEventArgs
: public EventArgs
Clase para argumentos de evento de marcador de síntesis de voz. Se agregó en la versión 1.16.0.
Miembros
ResultId
Sintaxis: public const std::string & ResultId;
Identificador de resultado único. Se agregó en la versión 1.25.0.
AudioOffset
Sintaxis: public uint64_t AudioOffset;
Desplazamiento de audio, en tics (100 nanosegundos).
Texto
Sintaxis: public const std::string & Text;
Texto del marcador.
SpeechSynthesisBookmarkEventArgs
Sintaxis: public inline explicit SpeechSynthesisBookmarkEventArgs ( SPXEVENTHANDLE hevent );
Constructor.
Parámetros
hevent
Identificador de eventos
~SpeechSynthesisBookmarkEventArgs
Sintaxis: public inline virtual ~SpeechSynthesisBookmarkEventArgs ( );