Class: TencentCloud::Tiia::V20190529::Box
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tiia::V20190529::Box
- Defined in:
- lib/v20190529/models.rb
Overview
图像主体区域。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rect = nil, score = nil, categoryid = nil) ⇒ Box
constructor
A new instance of Box.
Constructor Details
#initialize(rect = nil, score = nil, categoryid = nil) ⇒ Box
Returns a new instance of Box.
183 184 185 186 187 |
# File 'lib/v20190529/models.rb', line 183 def initialize(rect=nil, score=nil, categoryid=nil) @Rect = rect @Score = score @CategoryId = categoryid end |
Instance Attribute Details
#CategoryId ⇒ Object
181 182 183 |
# File 'lib/v20190529/models.rb', line 181 def CategoryId @CategoryId end |
#Rect ⇒ Object
181 182 183 |
# File 'lib/v20190529/models.rb', line 181 def Rect @Rect end |
#Score ⇒ Object
181 182 183 |
# File 'lib/v20190529/models.rb', line 181 def Score @Score end |