public class CodeDetect extends AbstractModel
Constructor and Description |
---|
CodeDetect() |
CodeDetect(CodeDetect source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 CodeDetect()
public CodeDetect(CodeDetect source)
public CodeDetail[] getModerationDetail()
public void setModerationDetail(CodeDetail[] ModerationDetail)
ModerationDetail
- 从图片中检测到的二维码,可能为多个public Long getModerationCode()
public void setModerationCode(Long ModerationCode)
ModerationCode
- 检测是否成功,0:成功,-1:出错Copyright © 2021. All rights reserved.