class TencentCloud::Tiia::V20190529::ImageInfo
图片信息
def deserialize(params)
def deserialize(params) @EntityId = params['EntityId'] @CustomContent = params['CustomContent'] @Tags = params['Tags'] @PicName = params['PicName'] @Score = params['Score'] end
def initialize(entityid=nil, customcontent=nil, tags=nil, picname=nil, score=nil)
def initialize(entityid=nil, customcontent=nil, tags=nil, picname=nil, score=nil) @EntityId = entityid @CustomContent = customcontent @Tags = tags @PicName = picname @Score = score end