Class ImageData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.ImageData
-
public class ImageData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiLevelTaggetFrameTagSet()Get 图片中出现的帧标签识别结果 注意:此字段可能返回 null,表示取不到有效值。MultiLevelPersonInfo[]getMultiLevelPersonInfoSet()Get 图片中出现的层级人物识别结果 注意:此字段可能返回 null,表示取不到有效值。ImageOcr[]getOcrSet()Get 图片中出现的可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。ImageLogogetSourceLogo()Get 图片中出现的来源信息识别结果 注意:此字段可能返回 null,表示取不到有效值。ImageLogogetTvLogo()Get 图片中出现的台标识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetFrameTagSet(MultiLevelTag FrameTagSet)Set 图片中出现的帧标签识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetMultiLevelPersonInfoSet(MultiLevelPersonInfo[] MultiLevelPersonInfoSet)Set 图片中出现的层级人物识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetOcrSet(ImageOcr[] OcrSet)Set 图片中出现的可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetSourceLogo(ImageLogo SourceLogo)Set 图片中出现的来源信息识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetTvLogo(ImageLogo TvLogo)Set 图片中出现的台标识别结果 注意:此字段可能返回 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
-
ImageData
public ImageData()
-
ImageData
public ImageData(ImageData 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
-
getOcrSet
public ImageOcr[] getOcrSet()
Get 图片中出现的可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OcrSet 图片中出现的可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setOcrSet
public void setOcrSet(ImageOcr[] OcrSet)
Set 图片中出现的可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OcrSet- 图片中出现的可视文本识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
getFrameTagSet
public MultiLevelTag getFrameTagSet()
Get 图片中出现的帧标签识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FrameTagSet 图片中出现的帧标签识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setFrameTagSet
public void setFrameTagSet(MultiLevelTag FrameTagSet)
Set 图片中出现的帧标签识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FrameTagSet- 图片中出现的帧标签识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
getMultiLevelPersonInfoSet
public MultiLevelPersonInfo[] getMultiLevelPersonInfoSet()
Get 图片中出现的层级人物识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MultiLevelPersonInfoSet 图片中出现的层级人物识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setMultiLevelPersonInfoSet
public void setMultiLevelPersonInfoSet(MultiLevelPersonInfo[] MultiLevelPersonInfoSet)
Set 图片中出现的层级人物识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MultiLevelPersonInfoSet- 图片中出现的层级人物识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
getTvLogo
public ImageLogo getTvLogo()
Get 图片中出现的台标识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TvLogo 图片中出现的台标识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setTvLogo
public void setTvLogo(ImageLogo TvLogo)
Set 图片中出现的台标识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TvLogo- 图片中出现的台标识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
getSourceLogo
public ImageLogo getSourceLogo()
Get 图片中出现的来源信息识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SourceLogo 图片中出现的来源信息识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setSourceLogo
public void setSourceLogo(ImageLogo SourceLogo)
Set 图片中出现的来源信息识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SourceLogo- 图片中出现的来源信息识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
-