public class ActionType extends AbstractModel
| Constructor and Description |
|---|
ActionType() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getConfidence()
Get 置信度
|
String |
getType()
Get 动作类别
|
void |
setConfidence(Float Confidence)
Set 置信度
|
void |
setType(String Type)
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, toJsonStringpublic Float getConfidence()
public void setConfidence(Float Confidence)
Confidence - 置信度public String getType()
public void setType(String Type)
Type - 动作类别Copyright © 2020. All rights reserved.