void |
IFaceLogClient.addFeature(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<FaceBean> faecBeans,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLog.addFeature(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<FaceBean> faecBeans,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLogClient.addFeatureMulti(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLog.addFeatureMulti(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLogClient.addFeatureWithImage(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.lang.Boolean asIdPhotoIfAbsent,
okio.ByteString featurePhoto,
FaceBean faceBean,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLog.addFeatureWithImage(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.lang.Boolean asIdPhotoIfAbsent,
okio.ByteString featurePhoto,
FaceBean faceBean,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLogClient.getFeature(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLog.getFeature(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
IFaceLogClient.getFeatures(java.util.List<java.lang.String> md5List,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback) |
void |
IFaceLog.getFeatures(java.util.List<java.lang.String> md5List,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback) |