Bagikan melalui


MeetingTranscriptionResult Class

Definition

Contains the result of meeting transcriber.

public class MeetingTranscriptionResult : Microsoft.CognitiveServices.Speech.SpeechRecognitionResult
type MeetingTranscriptionResult = class
    inherit SpeechRecognitionResult
Public Class MeetingTranscriptionResult
Inherits SpeechRecognitionResult
Inheritance
MeetingTranscriptionResult

Constructors

MeetingTranscriptionResult(IntPtr)

Constructor to create MeetingTranscriptionResult

Properties

Duration

Duration of the recognized speech. This does not include trailing or leading silence.

(Inherited from RecognitionResult)
OffsetInTicks

Offset of the recognized speech in ticks. A single tick represents one hundred nanoseconds or one ten-millionth of a second.

(Inherited from RecognitionResult)
Properties

Contains properties of the results.

(Inherited from RecognitionResult)
Reason

Specifies status of speech recognition result.

(Inherited from RecognitionResult)
ResultId

Specifies the result identifier.

(Inherited from RecognitionResult)
Text

Presents the recognized text in the result.

(Inherited from RecognitionResult)
UserId

A string that represents the user identifier.

UtteranceId

A string that represents the utterance. This id is consistence for intermediates and final speech recognition result from one speaker.

Methods

ToString()

Returns a string that represents the meeting transcription result.

Extension Methods

Best(SpeechRecognitionResult)

Returns best possible recognitions for the result if the recognizer was created with detailed output format.

Applies to