NDepthEntityExtractor Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.NDepthEntityExtractor

public class NDepthEntityExtractor

N-Depth Entity Extractor.

Method Summary

Modifier and Type Method and Description
List<ChildEntity> children()

Get the children value.

String customPrebuiltDomainName()

Get the customPrebuiltDomainName value.

String customPrebuiltModelName()

Get the customPrebuiltModelName value.

UUID id()

Get the id value.

String name()

Get the name value.

String readableType()

Get the readableType value.

List<EntityRole> roles()

Get the roles value.

Integer typeId()

Get the typeId value.

NDepthEntityExtractor withChildren(List<ChildEntity> children)

Set the children value.

NDepthEntityExtractor withCustomPrebuiltDomainName(String customPrebuiltDomainName)

Set the customPrebuiltDomainName value.

NDepthEntityExtractor withCustomPrebuiltModelName(String customPrebuiltModelName)

Set the customPrebuiltModelName value.

NDepthEntityExtractor withId(UUID id)

Set the id value.

NDepthEntityExtractor withName(String name)

Set the name value.

NDepthEntityExtractor withReadableType(String readableType)

Set the readableType value.

NDepthEntityExtractor withRoles(List<EntityRole> roles)

Set the roles value.

NDepthEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Method Details

children

public List children()

Get the children value.

Returns:

the children value

customPrebuiltDomainName

public String customPrebuiltDomainName()

Get the customPrebuiltDomainName value.

Returns:

the customPrebuiltDomainName value

customPrebuiltModelName

public String customPrebuiltModelName()

Get the customPrebuiltModelName value.

Returns:

the customPrebuiltModelName value

id

public UUID id()

Get the id value.

Returns:

the id value

name

public String name()

Get the name value.

Returns:

the name value

readableType

public String readableType()

Get the readableType value.

Returns:

the readableType value

roles

public List roles()

Get the roles value.

Returns:

the roles value

typeId

public Integer typeId()

Get the typeId value.

Returns:

the typeId value

withChildren

public NDepthEntityExtractor withChildren(List children)

Set the children value.

Parameters:

children - the children value to set

Returns:

the NDepthEntityExtractor object itself.

withCustomPrebuiltDomainName

public NDepthEntityExtractor withCustomPrebuiltDomainName(String customPrebuiltDomainName)

Set the customPrebuiltDomainName value.

Parameters:

customPrebuiltDomainName - the customPrebuiltDomainName value to set

Returns:

the NDepthEntityExtractor object itself.

withCustomPrebuiltModelName

public NDepthEntityExtractor withCustomPrebuiltModelName(String customPrebuiltModelName)

Set the customPrebuiltModelName value.

Parameters:

customPrebuiltModelName - the customPrebuiltModelName value to set

Returns:

the NDepthEntityExtractor object itself.

withId

public NDepthEntityExtractor withId(UUID id)

Set the id value.

Parameters:

id - the id value to set

Returns:

the NDepthEntityExtractor object itself.

withName

public NDepthEntityExtractor withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the NDepthEntityExtractor object itself.

withReadableType

public NDepthEntityExtractor withReadableType(String readableType)

Set the readableType value.

Parameters:

readableType - the readableType value to set

Returns:

the NDepthEntityExtractor object itself.

withRoles

public NDepthEntityExtractor withRoles(List roles)

Set the roles value.

Parameters:

roles - the roles value to set

Returns:

the NDepthEntityExtractor object itself.

withTypeId

public NDepthEntityExtractor withTypeId(Integer typeId)

Set the typeId value.

Parameters:

typeId - the typeId value to set

Returns:

the NDepthEntityExtractor object itself.

Applies to