CompositeEntityExtractor Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. CompositeEntityExtractor
- com.
public class CompositeEntityExtractor
A Composite Entity Extractor.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Child |
children()
Get the children value. |
UUID |
id()
Get the id value. |
String |
name()
Get the name value. |
String |
readableType()
Get the readableType value. |
List<Entity |
roles()
Get the roles value. |
Integer |
typeId()
Get the typeId value. |
Composite |
withChildren(List<ChildEntity> children)
Set the children value. |
Composite |
withId(UUID id)
Set the id value. |
Composite |
withName(String name)
Set the name value. |
Composite |
withReadableType(String readableType)
Set the readableType value. |
Composite |
withRoles(List<EntityRole> roles)
Set the roles value. |
Composite |
withTypeId(Integer typeId)
Set the typeId value. |
Method Details
children
public List
Get the children value.
Returns:
id
public UUID id()
Get the id value.
Returns:
name
public String name()
Get the name value.
Returns:
readableType
public String readableType()
Get the readableType value.
Returns:
roles
public List
Get the roles value.
Returns:
typeId
public Integer typeId()
Get the typeId value.
Returns:
withChildren
public CompositeEntityExtractor withChildren(List
Set the children value.
Parameters:
Returns:
withId
public CompositeEntityExtractor withId(UUID id)
Set the id value.
Parameters:
Returns:
withName
public CompositeEntityExtractor withName(String name)
Set the name value.
Parameters:
Returns:
withReadableType
public CompositeEntityExtractor withReadableType(String readableType)
Set the readableType value.
Parameters:
Returns:
withRoles
public CompositeEntityExtractor withRoles(List
Set the roles value.
Parameters:
Returns:
withTypeId
public CompositeEntityExtractor withTypeId(Integer typeId)
Set the typeId value.
Parameters:
Returns:
Applies to
Azure SDK for Java