class Transcription::MeetingTranscriptionResult

class Transcription::MeetingTranscriptionResult
  : public RecognitionResult

Represents the result of a meeting transcriber.

Members

UserId

Syntax: public const std::string & UserId;

Unique Speaker id.

UtteranceId

Syntax: public const std::string & UtteranceId;

Unique id that is consistent across all the intermediates and final speech recognition result from one user.

MeetingTranscriptionResult

Syntax: public inline explicit MeetingTranscriptionResult ( SPXRESULTHANDLE hresult );

Internal constructor. Creates a new instance using the provided handle.

Parameters

  • hresult Result handle.

~MeetingTranscriptionResult

Syntax: public inline ~MeetingTranscriptionResult ( );

Destructor.