NDepthEntityExtractor Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. NDepthEntityExtractor
- com.
public class NDepthEntityExtractor
N-Depth Entity Extractor.
Method Summary
Method Details
children
public List
Get the children value.
Returns:
customPrebuiltDomainName
public String customPrebuiltDomainName()
Get the customPrebuiltDomainName value.
Returns:
customPrebuiltModelName
public String customPrebuiltModelName()
Get the customPrebuiltModelName 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 NDepthEntityExtractor withChildren(List
Set the children value.
Parameters:
Returns:
withCustomPrebuiltDomainName
public NDepthEntityExtractor withCustomPrebuiltDomainName(String customPrebuiltDomainName)
Set the customPrebuiltDomainName value.
Parameters:
Returns:
withCustomPrebuiltModelName
public NDepthEntityExtractor withCustomPrebuiltModelName(String customPrebuiltModelName)
Set the customPrebuiltModelName value.
Parameters:
Returns:
withId
public NDepthEntityExtractor withId(UUID id)
Set the id value.
Parameters:
Returns:
withName
public NDepthEntityExtractor withName(String name)
Set the name value.
Parameters:
Returns:
withReadableType
public NDepthEntityExtractor withReadableType(String readableType)
Set the readableType value.
Parameters:
Returns:
withRoles
public NDepthEntityExtractor withRoles(List
Set the roles value.
Parameters:
Returns:
withTypeId
public NDepthEntityExtractor withTypeId(Integer typeId)
Set the typeId value.
Parameters:
Returns:
Applies to
Azure SDK for Java