| 程序包 | 说明 |
|---|---|
| net.gdface.facedb.thrift.client |
| 限定符和类型 | 方法和说明 |
|---|---|
static MatType |
MatType.findByValue(int value) |
static MatType |
MatType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static MatType[] |
MatType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.searchFacesMat(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
CodeInfo facePos,
java.lang.Double similarty,
java.lang.Integer rows,
java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<SearchResult>> callback) |
void |
FaceDb.searchFacesMat(MatType matType,
okio.ByteString matData,
java.lang.Integer width,
java.lang.Integer height,
CodeInfo facePos,
java.lang.Double similarty,
java.lang.Integer rows,
java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<SearchResult>> callback) |
Copyright © 2021. All Rights Reserved.