Class: TencentCloud::Tci::V20190318::BodyMovementResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::BodyMovementResult
- Defined in:
- lib/v20190318/models.rb
Overview
老师肢体动作识别结果
Instance Attribute Summary collapse
-
#Confidence ⇒ Object
1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他.
-
#Height ⇒ Object
1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他.
-
#Left ⇒ Object
1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他.
-
#Movements ⇒ Object
1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他.
-
#Top ⇒ Object
1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他.
-
#Width ⇒ Object
1、teach_on_positive_attitude 正面讲解 2、point_to_the_blackboard 指黑板 3、writing_blackboard 写板书 4、other 其他.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(confidence = nil, height = nil, left = nil, movements = nil, top = nil, width = nil) ⇒ BodyMovementResult
constructor
A new instance of BodyMovementResult.
Constructor Details
#initialize(confidence = nil, height = nil, left = nil, movements = nil, top = nil, width = nil) ⇒ BodyMovementResult
Returns a new instance of BodyMovementResult.
423 424 425 426 427 428 429 430 |
# File 'lib/v20190318/models.rb', line 423 def initialize(confidence=nil, height=nil, left=nil, movements=nil, top=nil, width=nil) @Confidence = confidence @Height = height @Left = left @Movements = movements @Top = top @Width = width end |
Instance Attribute Details
#Confidence ⇒ Object
1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他
421 422 423 |
# File 'lib/v20190318/models.rb', line 421 def Confidence @Confidence end |
#Height ⇒ Object
1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他
421 422 423 |
# File 'lib/v20190318/models.rb', line 421 def Height @Height end |
#Left ⇒ Object
1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他
421 422 423 |
# File 'lib/v20190318/models.rb', line 421 def Left @Left end |
#Movements ⇒ Object
1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他
421 422 423 |
# File 'lib/v20190318/models.rb', line 421 def Movements @Movements end |
#Top ⇒ Object
1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他
421 422 423 |
# File 'lib/v20190318/models.rb', line 421 def Top @Top end |
#Width ⇒ Object
1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他
421 422 423 |
# File 'lib/v20190318/models.rb', line 421 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
432 433 434 435 436 437 438 439 |
# File 'lib/v20190318/models.rb', line 432 def deserialize(params) @Confidence = params['Confidence'] @Height = params['Height'] @Left = params['Left'] @Movements = params['Movements'] @Top = params['Top'] @Width = params['Width'] end |