JSONModelFeature Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
JSONModelFeature() | |
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>) | |
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>) |
JSONModelFeature()
- Origem:
- JSONModelFeature.cs
- Origem:
- JSONModelFeature.cs
public JSONModelFeature ();
Public Sub New ()
Aplica-se a
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>)
- Origem:
- 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)
Parâmetros
- name
- String
- words
- String
Aplica-se a
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>)
- Origem:
- 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)
Parâmetros
- name
- String
- words
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET