Class RecognitionResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ims.v20201229.models.RecognitionResult
-
public class RecognitionResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecognitionResult()RecognitionResult(RecognitionResult 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Get 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。RecognitionTag[]getTags()Get Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。voidsetLabel(String Label)Set 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。voidsetTags(RecognitionTag[] Tags)Set Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RecognitionResult
public RecognitionResult()
-
RecognitionResult
public RecognitionResult(RecognitionResult 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.
-
-
Method Detail
-
getLabel
public String getLabel()
Get 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Label 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。
-
setLabel
public void setLabel(String Label)
Set 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Label- 当前可能的取值:Scene(图片场景模型) 注意:此字段可能返回 null,表示取不到有效值。
-
getTags
public RecognitionTag[] getTags()
Get Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Tags Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。
-
setTags
public void setTags(RecognitionTag[] Tags)
Set Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Tags- Label对应模型下的识别标签信息 注意:此字段可能返回 null,表示取不到有效值。
-
-