JSONModelFeature Constructors
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.
Overloads
JSONModelFeature() | |
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>) | |
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>) |
JSONModelFeature()
- Source:
- JSONModelFeature.cs
- Source:
- JSONModelFeature.cs
public JSONModelFeature();
Public Sub New ()
Applies to
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>)
- Source:
- JSONModelFeature.cs
public JSONModelFeature(bool? activated = default, string name = default, string words = default, bool? mode = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature : Nullable<bool> * string * string * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature
Public Sub New (Optional activated As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional words As String = Nothing, Optional mode As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
- words
- String
Applies to
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>)
- Source:
- JSONModelFeature.cs
public JSONModelFeature(bool? activated = default, string name = default, string words = default, bool? mode = default, bool? enabledForAllModels = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature : Nullable<bool> * string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature
Public Sub New (Optional activated As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional words As String = Nothing, Optional mode As Nullable(Of Boolean) = Nothing, Optional enabledForAllModels As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
- words
- String
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET