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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET