public class CodeDetect extends AbstractModel
Constructor and Description |
---|
CodeDetect() |
Modifier and Type | Method and Description |
---|---|
Long |
getModerationCode()
Get 检测是否成功,0:成功,-1:出错
|
CodeDetail[] |
getModerationDetail()
Get 从图片中检测到的二维码,可能为多个
|
void |
setModerationCode(Long ModerationCode)
Set 检测是否成功,0:成功,-1:出错
|
void |
setModerationDetail(CodeDetail[] ModerationDetail)
Set 从图片中检测到的二维码,可能为多个
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
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 © 2020. All rights reserved.