Uses of Class
com.tencentcloudapi.eb.v20210416.models.TextParams
-
Packages that use TextParams Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of TextParams in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return TextParams Modifier and Type Method Description TextParamsExtraction. getTextParams()Get 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type TextParams Modifier and Type Method Description voidExtraction. setTextParams(TextParams TextParams)Set 仅在Text需要传递 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type TextParams Constructor Description TextParams(TextParams 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.
-