Compartilhar via


PublishSettingUpdateObject Construtores

Definição

Sobrecargas

PublishSettingUpdateObject()
PublishSettingUpdateObject(Boolean, Boolean, Boolean)

PublishSettingUpdateObject()

Origem:
PublishSettingUpdateObject.cs
Origem:
PublishSettingUpdateObject.cs
public PublishSettingUpdateObject ();
Public Sub New ()

Aplica-se a

PublishSettingUpdateObject(Boolean, Boolean, Boolean)

Origem:
PublishSettingUpdateObject.cs
Origem:
PublishSettingUpdateObject.cs
public PublishSettingUpdateObject (bool sentimentAnalysis = false, bool speech = false, bool spellChecker = false);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PublishSettingUpdateObject : bool * bool * bool -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PublishSettingUpdateObject
Public Sub New (Optional sentimentAnalysis As Boolean = false, Optional speech As Boolean = false, Optional spellChecker As Boolean = false)

Parâmetros

sentimentAnalysis
Boolean
speech
Boolean
spellChecker
Boolean

Aplica-se a