Uses of Class
com.tencentcloudapi.ivld.v20210903.models.Rectf
-
Packages that use Rectf Package Description com.tencentcloudapi.ivld.v20210903.models -
-
Uses of Rectf in com.tencentcloudapi.ivld.v20210903.models
Methods in com.tencentcloudapi.ivld.v20210903.models that return Rectf Modifier and Type Method Description RectfImageLogo. getAppearRect()Get Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。RectfImageOcr. getAppearRect()Get 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。RectfPersonInfo. getAppearRect()Get 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ivld.v20210903.models with parameters of type Rectf Modifier and Type Method Description voidImageLogo. setAppearRect(Rectf AppearRect)Set Logo在图片中出现的位置 注意:此字段可能返回 null,表示取不到有效值。voidImageOcr. setAppearRect(Rectf AppearRect)Set 可视文本在图片中的位置信息 注意:此字段可能返回 null,表示取不到有效值。voidPersonInfo. setAppearRect(Rectf AppearRect)Set 人脸在图片中的位置,仅在图片标签任务有效 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ivld.v20210903.models with parameters of type Rectf Constructor Description Rectf(Rectf 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.
-