Class ImageLogo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.ImageLogo
-
public class ImageLogo 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 RectfgetAppearRect()Get Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。StringgetLogo()Get 图片中出现的Logo识别结果 注意:此字段可能返回 null,表示取不到有效值。voidsetAppearRect(Rectf AppearRect)Set Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。voidsetLogo(String Logo)Set 图片中出现的Logo识别结果 注意:此字段可能返回 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
-
ImageLogo
public ImageLogo()
-
ImageLogo
public ImageLogo(ImageLogo 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
-
getLogo
public String getLogo()
Get 图片中出现的Logo识别结果 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Logo 图片中出现的Logo识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
setLogo
public void setLogo(String Logo)
Set 图片中出现的Logo识别结果 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Logo- 图片中出现的Logo识别结果 注意:此字段可能返回 null,表示取不到有效值。
-
getAppearRect
public Rectf getAppearRect()
Get Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AppearRect Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。
-
setAppearRect
public void setAppearRect(Rectf AppearRect)
Set Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AppearRect- Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。
-
-