ConversationTranslationResult Class

Definition

Contains a conversation translation result. Added in 1.9.0

public class ConversationTranslationResult : Microsoft.CognitiveServices.Speech.Translation.TranslationRecognitionResult
type ConversationTranslationResult = class
    inherit TranslationRecognitionResult
Public Class ConversationTranslationResult
Inherits TranslationRecognitionResult
Inheritance
ConversationTranslationResult

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)
OriginalLang

The original language this result was in.

ParticipantId

The unique identifier for the participant this result is for.

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)
Translations

Contains translation results.

(Inherited from TranslationRecognitionResult)

Methods

ToString()

Returns a string that represents the conversation translation result.

Applies to