public class CodeDetect extends AbstractModel
Constructor and Description |
---|
CodeDetect() |
Modifier and Type | Method and Description |
---|---|
Long |
getModerationCode()
获取检测是否成功,0:成功,-1:出错
|
CodeDetail[] |
getModerationDetail()
获取从图片中检测到的二维码,可能为多个
|
void |
setModerationCode(Long ModerationCode)
设置检测是否成功,0:成功,-1:出错
|
void |
setModerationDetail(CodeDetail[] ModerationDetail)
设置从图片中检测到的二维码,可能为多个
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CodeDetail[] getModerationDetail()
public void setModerationDetail(CodeDetail[] ModerationDetail)
ModerationDetail
- 从图片中检测到的二维码,可能为多个public Long getModerationCode()
public void setModerationCode(Long ModerationCode)
ModerationCode
- 检测是否成功,0:成功,-1:出错Copyright © 2019. All rights reserved.