Package io.outofprintmagazine.nlp.utils
Class FacePlusPlusUtils
- java.lang.Object
-
- io.outofprintmagazine.nlp.utils.FacePlusPlusUtils
-
public class FacePlusPlusUtils extends Object
You will need to set faceplusplus_apiKey and faceplusplus_secret in your IParameterStore.
Visit: Faceplusplus to sign up.
- Author:
- Ram Sadasiv
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FacePlusPlusUtils
getInstance(IParameterStore parameterStore)
com.fasterxml.jackson.databind.JsonNode
imageHasOneFace(String imageUrl)
-
-
-
Method Detail
-
getInstance
public static FacePlusPlusUtils getInstance(IParameterStore parameterStore) throws IOException
- Throws:
IOException
-
imageHasOneFace
public com.fasterxml.jackson.databind.JsonNode imageHasOneFace(String imageUrl) throws IOException, URISyntaxException
- Throws:
IOException
URISyntaxException
-
-