RecognitionResult Class

Definition

Contains detailed information about result of a recognition operation.

public class RecognitionResult
type RecognitionResult = class
Public Class RecognitionResult
Inheritance
RecognitionResult
Derived

Properties

Duration

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

OffsetInTicks

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

Properties

Contains properties of the results.

Reason

Specifies status of speech recognition result.

ResultId

Specifies the result identifier.

Text

Presents the recognized text in the result.

Methods

ToString()

Returns a string that represents the speech recognition result.

Applies to