Class: TencentCloud::Mps::V20190612::AigcVideoReferenceImageInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::AigcVideoReferenceImageInfo
- Defined in:
- lib/v20190612/models.rb
Overview
用于AIGC生视频创作的参考图片信息。
Instance Attribute Summary collapse
-
#ImageUrl ⇒ Object
注意: 1.
-
#ReferenceType ⇒ Object
注意: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imageurl = nil, referencetype = nil) ⇒ AigcVideoReferenceImageInfo
constructor
A new instance of AigcVideoReferenceImageInfo.
Constructor Details
#initialize(imageurl = nil, referencetype = nil) ⇒ AigcVideoReferenceImageInfo
Returns a new instance of AigcVideoReferenceImageInfo.
5073 5074 5075 5076 |
# File 'lib/v20190612/models.rb', line 5073 def initialize(imageurl=nil, referencetype=nil) @ImageUrl = imageurl @ReferenceType = referencetype end |
Instance Attribute Details
#ImageUrl ⇒ Object
注意:
- 当使用GV模型时,可作为参考方式,可选asset(素材)、style(风格)。
5071 5072 5073 |
# File 'lib/v20190612/models.rb', line 5071 def ImageUrl @ImageUrl end |
#ReferenceType ⇒ Object
注意:
- 当使用GV模型时,可作为参考方式,可选asset(素材)、style(风格)。
5071 5072 5073 |
# File 'lib/v20190612/models.rb', line 5071 def ReferenceType @ReferenceType end |
Instance Method Details
#deserialize(params) ⇒ Object
5078 5079 5080 5081 |
# File 'lib/v20190612/models.rb', line 5078 def deserialize(params) @ImageUrl = params['ImageUrl'] @ReferenceType = params['ReferenceType'] end |