WordListObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. WordListObject
- com.
public class WordListObject
Sublist of items for a list entity.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
canonicalForm()
Get the canonicalForm value. |
List<String> |
list()
Get the list value. |
Word |
withCanonicalForm(String canonicalForm)
Set the canonicalForm value. |
Word |
withList(List<String> list)
Set the list value. |
Method Details
canonicalForm
public String canonicalForm()
Get the canonicalForm value.
Returns:
the canonicalForm value
list
public List
Get the list value.
Returns:
the list value
withCanonicalForm
public WordListObject withCanonicalForm(String canonicalForm)
Set the canonicalForm value.
Parameters:
canonicalForm
- the canonicalForm value to set
Returns:
the WordListObject object itself.
withList
public WordListObject withList(List
Set the list value.
Parameters:
list
- the list value to set
Returns:
the WordListObject object itself.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java