class Translation::TranslationSynthesisEventArgs

class Translation::TranslationSynthesisEventArgs
  : public SessionEventArgs

Defines payload that is sent with the event Synthesizing.

Members

Result

Syntax: public std::shared_ptr< TranslationSynthesisResult > Result;

Contains the translation synthesis result.

TranslationSynthesisEventArgs

Syntax: public inline explicit TranslationSynthesisEventArgs ( SPXEVENTHANDLE hevent );

It is intended for internal use only. It creates an instance of TranslationSynthesisEventArgs.

Parameters

  • hevent The handle returned by recognizer in C-API.

~TranslationSynthesisEventArgs

Syntax: public inline virtual ~TranslationSynthesisEventArgs ( );

Destructs the instance.