-
public final class RestEntityTypeClientRest client used to find entities from a rest API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRestEntityTypeClient.Companion
-
Constructor Summary
Constructors Constructor Description RestEntityTypeClient(String targetUrl)
-
Method Summary
Modifier and Type Method Description final Set<String>retrieveSupportedEntityTypes()final List<EntityTypeRecognition>parse(String text, Locale language)final Booleanhealthcheck()-
-
Constructor Detail
-
RestEntityTypeClient
RestEntityTypeClient(String targetUrl)
-
-
Method Detail
-
retrieveSupportedEntityTypes
final Set<String> retrieveSupportedEntityTypes()
-
healthcheck
final Boolean healthcheck()
-
-
-
-