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.addImage(okio.ByteString imgData,
java.util.List<CodeInfo> features,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
FaceDb.addImage(okio.ByteString imgData,
java.util.List<CodeInfo> features,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
CompareResult.Builder |
CompareResult.Builder.codes(java.util.List<CodeInfo> codes) |
void |
FaceDbClient.compareFaces(java.lang.String featureId,
okio.ByteString imgData,
java.util.List<CodeInfo> facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Double>> callback) |
void |
FaceDb.compareFaces(java.lang.String featureId,
okio.ByteString imgData,
java.util.List<CodeInfo> facePos,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Double>> callback) |
void |
FaceDbClient.compareFeatures(java.lang.String featureId,
java.util.List<CodeInfo> features,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Double>> callback) |
void |
FaceDb.compareFeatures(java.lang.String featureId,
java.util.List<CodeInfo> features,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Double>> callback) |
void |
FaceDbClient.detectAndGetCodeInfo(okio.ByteString imgData,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDb.detectAndGetCodeInfo(okio.ByteString imgData,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDbClient.detectAndGetCodeInfoMat(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDb.detectAndGetCodeInfoMat(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDbClient.getCodeInfo(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceDb.getCodeInfo(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceDbClient.getCodeInfoByFeatureId(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceDb.getCodeInfoByFeatureId(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceDbClient.getCodeInfoByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceDb.getCodeInfoByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<CodeInfo> callback) |
void |
FaceDbClient.getCodeInfosByFeatureId(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDb.getCodeInfosByFeatureId(java.lang.String featureId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDbClient.getCodeInfosByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |
void |
FaceDb.getCodeInfosByImageMd5(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<CodeInfo>> callback) |