public class OutputRecognizeTargetAudienceValue extends AbstractModel
Constructor and Description |
---|
OutputRecognizeTargetAudienceValue() |
OutputRecognizeTargetAudienceValue(OutputRecognizeTargetAudienceValue 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 |
getIsFound()
Get 是否正常返回结果
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getModelId()
Get 模型ID
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getModelType()
Get 模型类型
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getScore()
Get 返回分值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUid()
Get 入参Uid
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsFound(Long IsFound)
Set 是否正常返回结果
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelId(Long ModelId)
Set 模型ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModelType(Long ModelType)
Set 模型类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setScore(Float Score)
Set 返回分值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUid(String Uid)
Set 入参Uid
注意:此字段可能返回 null,表示取不到有效值。
|
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 OutputRecognizeTargetAudienceValue()
public OutputRecognizeTargetAudienceValue(OutputRecognizeTargetAudienceValue source)
public Long getModelId()
public void setModelId(Long ModelId)
ModelId
- 模型ID
注意:此字段可能返回 null,表示取不到有效值。public Long getIsFound()
public void setIsFound(Long IsFound)
IsFound
- 是否正常返回结果
注意:此字段可能返回 null,表示取不到有效值。public Float getScore()
public void setScore(Float Score)
Score
- 返回分值
注意:此字段可能返回 null,表示取不到有效值。public Long getModelType()
public void setModelType(Long ModelType)
ModelType
- 模型类型
注意:此字段可能返回 null,表示取不到有效值。public String getUid()
public void setUid(String Uid)
Uid
- 入参Uid
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.