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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET