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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.