Class NDepthEntityExtractor


  • public class NDepthEntityExtractor
    extends Object
    N-Depth Entity Extractor.
    • Constructor Detail

      • NDepthEntityExtractor

        public NDepthEntityExtractor()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • withId

        public NDepthEntityExtractor withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public NDepthEntityExtractor withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • typeId

        public Integer typeId()
        Get the typeId value.
        Returns:
        the typeId value
      • withTypeId

        public NDepthEntityExtractor withTypeId​(Integer typeId)
        Set the typeId value.
        Parameters:
        typeId - the typeId value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • readableType

        public String readableType()
        Get the readableType value.
        Returns:
        the readableType value
      • withReadableType

        public NDepthEntityExtractor withReadableType​(String readableType)
        Set the readableType value.
        Parameters:
        readableType - the readableType value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • roles

        public List<EntityRole> roles()
        Get the roles value.
        Returns:
        the roles value
      • withRoles

        public NDepthEntityExtractor withRoles​(List<EntityRole> roles)
        Set the roles value.
        Parameters:
        roles - the roles value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • customPrebuiltDomainName

        public String customPrebuiltDomainName()
        Get the customPrebuiltDomainName value.
        Returns:
        the customPrebuiltDomainName value
      • withCustomPrebuiltDomainName

        public NDepthEntityExtractor withCustomPrebuiltDomainName​(String customPrebuiltDomainName)
        Set the customPrebuiltDomainName value.
        Parameters:
        customPrebuiltDomainName - the customPrebuiltDomainName value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • customPrebuiltModelName

        public String customPrebuiltModelName()
        Get the customPrebuiltModelName value.
        Returns:
        the customPrebuiltModelName value
      • withCustomPrebuiltModelName

        public NDepthEntityExtractor withCustomPrebuiltModelName​(String customPrebuiltModelName)
        Set the customPrebuiltModelName value.
        Parameters:
        customPrebuiltModelName - the customPrebuiltModelName value to set
        Returns:
        the NDepthEntityExtractor object itself.
      • children

        public List<ChildEntity> children()
        Get the children value.
        Returns:
        the children value
      • withChildren

        public NDepthEntityExtractor withChildren​(List<ChildEntity> children)
        Set the children value.
        Parameters:
        children - the children value to set
        Returns:
        the NDepthEntityExtractor object itself.