RecognitionEventArgs Class

Definition

Contains payload for recognition events like Speech Start/End Detected.

public class RecognitionEventArgs : Microsoft.CognitiveServices.Speech.SessionEventArgs
type RecognitionEventArgs = class
    inherit SessionEventArgs
Public Class RecognitionEventArgs
Inherits SessionEventArgs
Inheritance
RecognitionEventArgs
Derived

Properties

Offset

Represents the message offset in ticks (100 nanoseconds).

SessionId

Represents the session identifier.

(Inherited from SessionEventArgs)

Methods

ToString()

Returns a string that represents the recognition event payload.

Applies to