IntentRecognitionEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |