| 程序包 | 说明 |
|---|---|
| net.gdface.facelog.client.thrift |
| 限定符和类型 | 字段和说明 |
|---|---|
static com.microsoft.thrifty.Adapter<FaceBean,FaceBean.Builder> |
FaceBean.ADAPTER |
| 限定符和类型 | 方法和说明 |
|---|---|
FaceBean |
FaceBean.Builder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.addImage(okio.ByteString imageData,
java.lang.Integer deviceId,
FaceBean faceBean,
java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
IFaceLog.addImage(okio.ByteString imageData,
java.lang.Integer deviceId,
FaceBean faceBean,
java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
IFaceLogClient.addLogFull(LogBean logBean,
FaceBean faceBean,
okio.ByteString featureImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
IFaceLog.addLogFull(LogBean logBean,
FaceBean faceBean,
okio.ByteString featureImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
IFaceLogClient.savePersonFull(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
okio.ByteString featureImage,
FaceBean faceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
IFaceLog.savePersonFull(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
okio.ByteString featureImage,
FaceBean faceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.addLogsFull(java.util.List<LogBean> logBeans,
java.util.List<FaceBean> faceBeans,
java.util.List<okio.ByteString> featureImages,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
IFaceLog.addLogsFull(java.util.List<LogBean> logBeans,
java.util.List<FaceBean> faceBeans,
java.util.List<okio.ByteString> featureImages,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
IFaceLogClient.getFace(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<FaceBean> callback) |
void |
IFaceLog.getFace(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<FaceBean> callback) |
void |
IFaceLogClient.getFacesOfFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
IFaceLog.getFacesOfFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
IFaceLogClient.getFacesOfImage(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
IFaceLog.getFacesOfImage(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
IFaceLogClient.savePersonWithPhotoAndFeatureMultiFaces(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<FaceBean> faceBeans,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
IFaceLog.savePersonWithPhotoAndFeatureMultiFaces(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<FaceBean> faceBeans,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
IFaceLogClient.savePersonWithPhotoAndFeatureMultiImage(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
IFaceLog.savePersonWithPhotoAndFeatureMultiImage(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
| 构造器和说明 |
|---|
Builder(FaceBean struct) |
Copyright © 2020. All Rights Reserved.