PublishSettingUpdateObject Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PublishSettingUpdateObject
- com.
public class PublishSettingUpdateObject
Modelo de objeto para atualizar as configurações de publicação de um aplicativo.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
boolean |
sentimentAnalysis()
Obtenha o valor sentimentAnalysis. |
boolean |
speech()
Obtenha o valor de fala. |
boolean |
spellChecker()
Obtenha o valor spellChecker. |
Publish |
withSentimentAnalysis(boolean sentimentAnalysis)
Defina o valor sentimentAnalysis. |
Publish |
withSpeech(boolean speech)
Defina o valor de fala. |
Publish |
withSpellChecker(boolean spellChecker)
Defina o valor spellChecker. |
Detalhes do método
sentimentAnalysis
public boolean sentimentAnalysis()
Obtenha o valor sentimentAnalysis.
Returns:
speech
public boolean speech()
Obtenha o valor de fala.
Returns:
spellChecker
public boolean spellChecker()
Obtenha o valor spellChecker.
Returns:
withSentimentAnalysis
public PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)
Defina o valor sentimentAnalysis.
Parameters:
Returns:
withSpeech
public PublishSettingUpdateObject withSpeech(boolean speech)
Defina o valor de fala.
Parameters:
Returns:
withSpellChecker
public PublishSettingUpdateObject withSpellChecker(boolean spellChecker)
Defina o valor spellChecker.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java