Class: TencentCloud::Tiia::V20190529::ImageInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tiia::V20190529::ImageInfo
- Defined in:
- lib/v20190529/models.rb
Overview
图片信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(entityid = nil, customcontent = nil, tags = nil, picname = nil, score = nil) ⇒ ImageInfo
constructor
A new instance of ImageInfo.
Constructor Details
#initialize(entityid = nil, customcontent = nil, tags = nil, picname = nil, score = nil) ⇒ ImageInfo
Returns a new instance of ImageInfo.
1499 1500 1501 1502 1503 1504 1505 |
# File 'lib/v20190529/models.rb', line 1499 def initialize(entityid=nil, customcontent=nil, =nil, picname=nil, score=nil) @EntityId = entityid @CustomContent = customcontent @Tags = @PicName = picname @Score = score end |
Instance Attribute Details
#CustomContent ⇒ Object
1497 1498 1499 |
# File 'lib/v20190529/models.rb', line 1497 def CustomContent @CustomContent end |
#EntityId ⇒ Object
1497 1498 1499 |
# File 'lib/v20190529/models.rb', line 1497 def EntityId @EntityId end |
#PicName ⇒ Object
1497 1498 1499 |
# File 'lib/v20190529/models.rb', line 1497 def PicName @PicName end |
#Score ⇒ Object
1497 1498 1499 |
# File 'lib/v20190529/models.rb', line 1497 def Score @Score end |
#Tags ⇒ Object
1497 1498 1499 |
# File 'lib/v20190529/models.rb', line 1497 def Tags @Tags end |
Instance Method Details
#deserialize(params) ⇒ Object
1507 1508 1509 1510 1511 1512 1513 |
# File 'lib/v20190529/models.rb', line 1507 def deserialize(params) @EntityId = params['EntityId'] @CustomContent = params['CustomContent'] @Tags = params['Tags'] @PicName = params['PicName'] @Score = params['Score'] end |