public class FaceIdentifyRequest extends AbstractBaseRequest
AbstractBaseRequest.BytesContent| Constructor and Description |
|---|
FaceIdentifyRequest(String bucketName,
String[] groupIds,
byte[] image) |
FaceIdentifyRequest(String bucketName,
String[] groupIds,
File image) |
FaceIdentifyRequest(String bucketName,
String[] groupIds,
String url) |
FaceIdentifyRequest(String bucketName,
String groupId,
byte[] image) |
FaceIdentifyRequest(String bucketName,
String groupId,
File image) |
FaceIdentifyRequest(String bucketName,
String groupId,
String url) |
| Modifier and Type | Method and Description |
|---|---|
void |
check_param() |
String |
getGroupId() |
String[] |
getGroupIds() |
File |
getImage() |
String |
getUrl() |
boolean |
isUrl() |
void |
setImage(File image) |
void |
setUrl(String url) |
getBucketName, getBytesContent, getMemberStringValue, setBucketName, toStringpublic boolean isUrl()
public String getUrl()
public String getGroupId()
public String[] getGroupIds()
public void setUrl(String url)
public File getImage()
public void setImage(File image)
public void check_param()
throws ParamException
check_param in class AbstractBaseRequestParamExceptionCopyright © 2019. All rights reserved.