PublishSettings Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PublishSettings
- com.
public class PublishSettings
As configurações de publicação do aplicativo.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
UUID |
id()
Obtenha o valor da ID. |
boolean |
isSentimentAnalysisEnabled()
Obtenha o valor isSentimentAnalysisEnabled. |
boolean |
isSpeechEnabled()
Obtenha o valor isSpeechEnabled. |
boolean |
isSpellCheckerEnabled()
Obtenha o valor isSpellCheckerEnabled. |
Publish |
withId(UUID id)
Defina o valor da ID. |
Publish |
withIsSentimentAnalysisEnabled(boolean isSentimentAnalysisEnabled)
Defina o valor isSentimentAnalysisEnabled. |
Publish |
withIsSpeechEnabled(boolean isSpeechEnabled)
Defina o valor isSpeechEnabled. |
Publish |
withIsSpellCheckerEnabled(boolean isSpellCheckerEnabled)
Defina o valor isSpellCheckerEnabled. |
Detalhes do método
id
public UUID id()
Obtenha o valor da ID.
Returns:
isSentimentAnalysisEnabled
public boolean isSentimentAnalysisEnabled()
Obtenha o valor isSentimentAnalysisEnabled.
Returns:
isSpeechEnabled
public boolean isSpeechEnabled()
Obtenha o valor isSpeechEnabled.
Returns:
isSpellCheckerEnabled
public boolean isSpellCheckerEnabled()
Obtenha o valor isSpellCheckerEnabled.
Returns:
withId
public PublishSettings withId(UUID id)
Defina o valor da ID.
Parameters:
Returns:
withIsSentimentAnalysisEnabled
public PublishSettings withIsSentimentAnalysisEnabled(boolean isSentimentAnalysisEnabled)
Defina o valor isSentimentAnalysisEnabled.
Parameters:
Returns:
withIsSpeechEnabled
public PublishSettings withIsSpeechEnabled(boolean isSpeechEnabled)
Defina o valor isSpeechEnabled.
Parameters:
Returns:
withIsSpellCheckerEnabled
public PublishSettings withIsSpellCheckerEnabled(boolean isSpellCheckerEnabled)
Defina o valor isSpellCheckerEnabled.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java