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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET