Partager via


PublishSettingUpdateObject Constructeurs

Définition

Surcharges

PublishSettingUpdateObject()
PublishSettingUpdateObject(Boolean, Boolean, Boolean)

PublishSettingUpdateObject()

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

S’applique à

PublishSettingUpdateObject(Boolean, Boolean, Boolean)

Source:
PublishSettingUpdateObject.cs
Source:
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)

Paramètres

sentimentAnalysis
Boolean
speech
Boolean
spellChecker
Boolean

S’applique à