Class: TencentCloud::Vod::V20180717::SceneAigcImageTaskInputFileInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::SceneAigcImageTaskInputFileInfo
- Defined in:
- lib/v20180717/models.rb
Overview
AIGC场景化生图任务输入文件信息
Instance Attribute Summary collapse
-
#FileId ⇒ Object
说明: 1.
-
#Type ⇒ Object
说明: 1.
-
#Url ⇒ Object
说明: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, fileid = nil, url = nil) ⇒ SceneAigcImageTaskInputFileInfo
constructor
A new instance of SceneAigcImageTaskInputFileInfo.
Constructor Details
#initialize(type = nil, fileid = nil, url = nil) ⇒ SceneAigcImageTaskInputFileInfo
Returns a new instance of SceneAigcImageTaskInputFileInfo.
28477 28478 28479 28480 28481 |
# File 'lib/v20180717/models.rb', line 28477 def initialize(type=nil, fileid=nil, url=nil) @Type = type @FileId = fileid @Url = url end |
Instance Attribute Details
#FileId ⇒ Object
说明:
-
推荐使用小于7M的图片;
-
图片格式的取值为:jpeg,jpg, png, webp。
说明:
-
推荐使用小于7M的图片;
-
图片格式的取值为:jpeg,jpg, png, webp。
28475 28476 28477 |
# File 'lib/v20180717/models.rb', line 28475 def FileId @FileId end |
#Type ⇒ Object
说明:
-
推荐使用小于7M的图片;
-
图片格式的取值为:jpeg,jpg, png, webp。
说明:
-
推荐使用小于7M的图片;
-
图片格式的取值为:jpeg,jpg, png, webp。
28475 28476 28477 |
# File 'lib/v20180717/models.rb', line 28475 def Type @Type end |
#Url ⇒ Object
说明:
-
推荐使用小于7M的图片;
-
图片格式的取值为:jpeg,jpg, png, webp。
说明:
-
推荐使用小于7M的图片;
-
图片格式的取值为:jpeg,jpg, png, webp。
28475 28476 28477 |
# File 'lib/v20180717/models.rb', line 28475 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
28483 28484 28485 28486 28487 |
# File 'lib/v20180717/models.rb', line 28483 def deserialize(params) @Type = params['Type'] @FileId = params['FileId'] @Url = params['Url'] end |