void |
FaceDbClient.addFeature(okio.ByteString feature,
java.util.Map<okio.ByteString,CodeInfo> faces,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDb.addFeature(okio.ByteString feature,
java.util.Map<okio.ByteString,CodeInfo> faces,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDbClient.getFeature(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDb.getFeature(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDbClient.getFeatureByFaceId(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDb.getFeatureByFaceId(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDbClient.getFeatureByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDb.getFeatureByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
FaceDbClient.getFeaturesByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback) |
void |
FaceDb.getFeaturesByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback) |