“Decoding error, image format unsupported” in Microsoft Face API
问题 I'm trying to use Microsoft Face API. For that I have the following code that was given by Microsoft as a sample (at the end of this page https://dev.projectoxford.ai/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236): HttpClient httpclient = HttpClients.createDefault(); try { URIBuilder builder = new URIBuilder("https://api.projectoxford.ai/face/v1.0/detect"); builder.setParameter("returnFaceId", "false"); builder.setParameter("returnFaceLandmarks", "false"); builder