Compartir a través de


PublishSettingUpdateObject Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.PublishSettingUpdateObject

public class PublishSettingUpdateObject

Modelo de objetos para actualizar la configuración de publicación de una aplicación.

Resumen del método

Modificador y tipo Método y descripción
boolean sentimentAnalysis()

Obtenga el valor sentimentAnalysis.

boolean speech()

Obtenga el valor de voz.

boolean spellChecker()

Obtiene el valor spellChecker.

PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)

Establezca el valor sentimentAnalysis.

PublishSettingUpdateObject withSpeech(boolean speech)

Establezca el valor de voz.

PublishSettingUpdateObject withSpellChecker(boolean spellChecker)

Establezca el valor spellChecker.

Detalles del método

sentimentAnalysis

public boolean sentimentAnalysis()

Obtenga el valor sentimentAnalysis.

Returns:

el valor sentimentAnalysis

speech

public boolean speech()

Obtenga el valor de voz.

Returns:

el valor de voz

spellChecker

public boolean spellChecker()

Obtiene el valor spellChecker.

Returns:

el valor spellChecker

withSentimentAnalysis

public PublishSettingUpdateObject withSentimentAnalysis(boolean sentimentAnalysis)

Establezca el valor sentimentAnalysis.

Parameters:

sentimentAnalysis - valor sentimentAnalysis que se va a establecer

Returns:

El propio objeto PublishSettingUpdateObject.

withSpeech

public PublishSettingUpdateObject withSpeech(boolean speech)

Establezca el valor de voz.

Parameters:

speech - valor de voz que se va a establecer

Returns:

El propio objeto PublishSettingUpdateObject.

withSpellChecker

public PublishSettingUpdateObject withSpellChecker(boolean spellChecker)

Establezca el valor spellChecker.

Parameters:

spellChecker - el valor spellChecker que se va a establecer

Returns:

El propio objeto PublishSettingUpdateObject.

Se aplica a