Class UltraFaceEndpointsFactory
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.service.ultraface.UltraFaceEndpointsFactory
This class is responsible for creating the UltraFace endpoints.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionultraFaceEndpoint(String apiBasePath) Create the base endpoint.
-
Constructor Details
-
UltraFaceEndpointsFactory
public UltraFaceEndpointsFactory()
-
-
Method Details
-
ultraFaceEndpoint
Create the base endpoint.- Parameters:
apiBasePath- endpoint base URL path.- Returns:
- the base UltraFace endpoint.
-