Package | Description |
---|---|
com.tencentcloudapi.aiart.v20221229 | |
com.tencentcloudapi.aiart.v20221229.models |
Modifier and Type | Method and Description |
---|---|
ImageToImageResponse |
AiartClient.ImageToImage(ImageToImageRequest req)
智能图生图接口将根据输入的图片及辅助描述文本,智能生成与之相关的结果图。
输入:单边分辨率小于2000、转成 Base64 字符串后小于 5MB 的图片,建议同时输入描述文本。
输出:对应风格及分辨率的 AI 生成图。
可支持的风格详见 [智能图生图风格列表](https://cloud.tencent.com/document/product/1668/86250),请将列表中的“风格编号”传入 Styles 数组,建议选择一种风格。
请求频率限制为1次/秒。
|
Constructor and Description |
---|
ImageToImageResponse(ImageToImageResponse 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.
|
Copyright © 2023. All rights reserved.