PublishSettings 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
PublishSettings() | |
PublishSettings(Guid, Boolean, Boolean, Boolean) |
PublishSettings()
- Source:
- PublishSettings.cs
- Source:
- PublishSettings.cs
public PublishSettings ();
Public Sub New ()
Applies to
PublishSettings(Guid, Boolean, Boolean, Boolean)
- Source:
- PublishSettings.cs
- Source:
- PublishSettings.cs
public PublishSettings (Guid id, bool isSentimentAnalysisEnabled, bool isSpeechEnabled, bool isSpellCheckerEnabled);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PublishSettings : Guid * bool * bool * bool -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PublishSettings
Public Sub New (id As Guid, isSentimentAnalysisEnabled As Boolean, isSpeechEnabled As Boolean, isSpellCheckerEnabled As Boolean)
Parameters
- id
- Guid
- isSentimentAnalysisEnabled
- Boolean
- isSpeechEnabled
- Boolean
- isSpellCheckerEnabled
- Boolean
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET