Class: TencentCloud::Iai::V20180301::GetPersonBaseInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iai::V20180301::GetPersonBaseInfoResponse
- Defined in:
- lib/v20180301/models.rb
Overview
GetPersonBaseInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(personname = nil, gender = nil, faceids = nil, requestid = nil) ⇒ GetPersonBaseInfoResponse
constructor
A new instance of GetPersonBaseInfoResponse.
Constructor Details
#initialize(personname = nil, gender = nil, faceids = nil, requestid = nil) ⇒ GetPersonBaseInfoResponse
Returns a new instance of GetPersonBaseInfoResponse.
1998 1999 2000 2001 2002 2003 |
# File 'lib/v20180301/models.rb', line 1998 def initialize(personname=nil, gender=nil, faceids=nil, requestid=nil) @PersonName = personname @Gender = gender @FaceIds = faceids @RequestId = requestid end |
Instance Attribute Details
#FaceIds ⇒ Object
1996 1997 1998 |
# File 'lib/v20180301/models.rb', line 1996 def FaceIds @FaceIds end |
#Gender ⇒ Object
1996 1997 1998 |
# File 'lib/v20180301/models.rb', line 1996 def Gender @Gender end |
#PersonName ⇒ Object
1996 1997 1998 |
# File 'lib/v20180301/models.rb', line 1996 def PersonName @PersonName end |
#RequestId ⇒ Object
1996 1997 1998 |
# File 'lib/v20180301/models.rb', line 1996 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2005 2006 2007 2008 2009 2010 |
# File 'lib/v20180301/models.rb', line 2005 def deserialize(params) @PersonName = params['PersonName'] @Gender = params['Gender'] @FaceIds = params['FaceIds'] @RequestId = params['RequestId'] end |