class Transcription::ConversationTranslationResult

class Transcription::ConversationTranslationResult
  : public Translation::TranslationRecognitionResult
  : public Transcription::EventHelper

Represents the result of a conversation translator recognition, or text message. Added in 1.9.0.

Members

ParticipantId

Syntax: public const std::string & ParticipantId;

The unique participant identifier.

OriginalLanguage

Syntax: public const std::string & OriginalLanguage;

Gets the language that the original recognition or text message is in.

ConversationTranslationResult

Syntax: public inline explicit ConversationTranslationResult ( SPXRESULTHANDLE resultHandle );