RecognizerResult Class

Definition

Contains recognition results generated by an IRecognizer.

public class RecognizerResult : Microsoft.Bot.Builder.IRecognizerConvert
type RecognizerResult = class
    interface IRecognizerConvert
Public Class RecognizerResult
Implements IRecognizerConvert
Inheritance
RecognizerResult
Implements

Constructors

RecognizerResult()

Properties

AlteredText

Gets or sets the input text as modified by the recognizer, for example for spelling correction.

Entities

Gets or sets the recognized top-level entities.

Intents

Gets or sets the recognized intents, with the intent as key and the confidence as value.

Properties

Gets or sets properties that are not otherwise defined by the RecognizerResult type but that might appear in the REST JSON object.

Text

Gets or sets the input text to recognize.

Methods

Convert(Object)

Convert recognizer result.

Extension Methods

GetTopScoringIntent(RecognizerResult)

Return the top scoring intent and its score.

Applies to

See also