Aracılığıyla paylaş


IntentRecognitionResult Class

Definition

Contains result of intent recognition.

public sealed class IntentRecognitionResult : Microsoft.CognitiveServices.Speech.RecognitionResult
type IntentRecognitionResult = class
    inherit RecognitionResult
Public NotInheritable Class IntentRecognitionResult
Inherits RecognitionResult
Inheritance
IntentRecognitionResult

Properties

Duration

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

(Inherited from RecognitionResult)
Entities

Gets the entities found in the utterance.

IntentId

A string that represents the intent identifier being recognized.

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

Methods

ToString()

Returns a string that represents the intent recognition result.

Applies to