CompositeEntityModel Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CompositeEntityModel
- com.
public class CompositeEntityModel
A composite entity extractor.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
children()
Get the children value. |
String |
name()
Get the name value. |
Composite |
withChildren(List<String> children)
Set the children value. |
Composite |
withName(String name)
Set the name value. |
Method Details
children
public List
Get the children value.
Returns:
the children value
name
public String name()
Get the name value.
Returns:
the name value
withChildren
public CompositeEntityModel withChildren(List
Set the children value.
Parameters:
children
- the children value to set
Returns:
the CompositeEntityModel object itself.
withName
public CompositeEntityModel withName(String name)
Set the name value.
Parameters:
name
- the name value to set
Returns:
the CompositeEntityModel object itself.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java