class TencentCloud::Tiia::V20190529::Labels
名人识别的标签
def deserialize(params)
def deserialize(params) @FirstLabel = params['FirstLabel'] @SecondLabel = params['SecondLabel'] end
def initialize(firstlabel=nil, secondlabel=nil)
def initialize(firstlabel=nil, secondlabel=nil) @FirstLabel = firstlabel @SecondLabel = secondlabel end