microsoft / Cognitive-Face-Android

Cognitive Services Face client library for Android.
https://www.microsoft.com/cognitive-services/en-us/face-api
Other
269 stars 151 forks source link

Microsoft-Cognitive add new person with chinese name #38

Closed ShenTw closed 6 years ago

ShenTw commented 6 years ago

After I import 1.4.2 arr file in my project, I even got 'java.nio.charset.CharsetICU[UTF-8]' exception when I use faceServiceClient.identity ! I originally could use this function at 1.4.1 version @@ faceServiceClient.identity( this.mPersonGroupId, uuids, 1); And got java.io.UnsupportedEncodingException: java.nio.charset.CharsetICU[UTF-8] when I use faceServiceClient.trainPersonGroup(groupName[0]);

ShenTw commented 6 years ago

Sorry, however, I haven't found out how to download the 1.4.3 version ? Is there anyway to download the new Android .aar file or .jar file? image

huxuan commented 6 years ago

@ShenTw The new version will be released soon. Just be a little patient.

ShenTw commented 6 years ago

@huxuan Sorry for my rudeness : ) I just wondered whether I got wrong place to download the new version. Thanks for your reply. I will look forward to the new version : )

ShenTw commented 6 years ago

@huxuan Thank you very much. I have downloaded the newest version (1.4.3) and solved my problem!! Thanks a lot. : )

huxuan commented 6 years ago

Nice to hear. Then I will close this issue as problem solved.