LuisPredictionOptions.IncludeAPIResults Proprietà

Definizione

Attenzione

Member is deprecated, please use LuisRecognizerOptionsV3 to set this value).

Ottiene o imposta un valore che indica se devono essere inclusi i risultati dell'API.

[System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV3 to set this value).")]
public bool IncludeAPIResults { get; set; }
[<System.Obsolete("Member is deprecated, please use LuisRecognizerOptionsV3 to set this value).")>]
member this.IncludeAPIResults : bool with get, set
Public Property IncludeAPIResults As Boolean

Valore della proprietà

True per includere i risultati dell'API.

Attributi

Commenti

Ciò è utile principalmente per testare o ottenere l'accesso alle funzionalità LUIS non ancora presenti nell'SDK.

Si applica a