Package io.outofprintmagazine.nlp.utils
Class BingUtils
- java.lang.Object
-
- io.outofprintmagazine.nlp.utils.BingUtils
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getImages(String text, String imageContent)List<String>getImagesByTag(String text)List<String>getImagesByText(String text)List<String>getImageTags(String text, String insightsToken)static BingUtilsgetInstance(IParameterStore parameterStore)
-
-
-
Method Detail
-
getInstance
public static BingUtils getInstance(IParameterStore parameterStore) throws IOException
- Throws:
IOException
-
getImagesByText
public List<String> getImagesByText(String text) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
getImagesByTag
public List<String> getImagesByTag(String text) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
getImages
public List<String> getImages(String text, String imageContent) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
getImageTags
public List<String> getImageTags(String text, String insightsToken) throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
-