IntentRecognitionEventArgs Class

Definition

Contains payload of intent recognizing/recognized events.

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

Properties

Offset

Represents the message offset in ticks (100 nanoseconds).

(Inherited from RecognitionEventArgs)
Result

Represents the intent recognition result.

SessionId

Represents the session identifier.

(Inherited from SessionEventArgs)

Methods

ToString()

Returns a string that represents the session id and the intent recognition result event.

Applies to