Class: TencentCloud::Mps::V20190612::AiSampleFaceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::AiSampleFaceInfo
- Defined in:
- lib/v20190612/models.rb
Overview
AI 样本管理,人脸信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(faceid = nil, url = nil) ⇒ AiSampleFaceInfo
constructor
A new instance of AiSampleFaceInfo.
Constructor Details
#initialize(faceid = nil, url = nil) ⇒ AiSampleFaceInfo
4179 4180 4181 4182 |
# File 'lib/v20190612/models.rb', line 4179 def initialize(faceid=nil, url=nil) @FaceId = faceid @Url = url end |
Instance Attribute Details
#FaceId ⇒ Object
4177 4178 4179 |
# File 'lib/v20190612/models.rb', line 4177 def FaceId @FaceId end |
#Url ⇒ Object
4177 4178 4179 |
# File 'lib/v20190612/models.rb', line 4177 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
4184 4185 4186 4187 |
# File 'lib/v20190612/models.rb', line 4184 def deserialize(params) @FaceId = params['FaceId'] @Url = params['Url'] end |