PhraseListFeatureInfo Classe
- java.
lang. Object - FeatureInfoObject
- com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. PhraseListFeatureInfo
- com.
public class PhraseListFeatureInfo extends FeatureInfoObject
Recurso de lista de frases.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Boolean |
isExchangeable()
Obtenha o valor isExchangeable. |
String |
phrases()
Obtenha o valor das frases. |
Phrase |
withIsExchangeable(Boolean isExchangeable)
Defina o valor isExchangeable. |
Phrase |
withPhrases(String phrases)
Defina o valor das frases. |
Membros herdados
FeatureInfoObject.enabledForAllModels()
FeatureInfoObject.id()
FeatureInfoObject.isActive()
FeatureInfoObject.name()
FeatureInfoObject.withEnabledForAllModels(Boolean enabledForAllModels)
FeatureInfoObject.withId(Integer id)
FeatureInfoObject.withIsActive(Boolean isActive)
FeatureInfoObject.withName(String name)
Detalhes do método
isExchangeable
public Boolean isExchangeable()
Obtenha o valor isExchangeable.
Returns:
o valor isExchangeable
phrases
public String phrases()
Obtenha o valor das frases.
Returns:
o valor das frases
withIsExchangeable
public PhraseListFeatureInfo withIsExchangeable(Boolean isExchangeable)
Defina o valor isExchangeable.
Parameters:
isExchangeable
- o valor isExchangeable a ser definido
Returns:
o próprio objeto PhraseListFeatureInfo.
withPhrases
public PhraseListFeatureInfo withPhrases(String phrases)
Defina o valor das frases.
Parameters:
phrases
- o valor de frases a ser definido
Returns:
o próprio objeto PhraseListFeatureInfo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java