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

data sorage #28

Closed abdoneem closed 6 years ago

abdoneem commented 6 years ago

can any one please tell me where image data and person group name and person name is stored and can i put it in mysql or sqllite

huxuan commented 6 years ago

This is a wrapper for Cognitive Services - Face API, so all the data is stored in the online service. You need to maintain your own database storage by yourself.

Close the issue as question answered, just feel free to reopen it if you have any further concerns.