Class: TencentCloud::Tci::V20190318::StudentBodyMovementResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tci::V20190318::StudentBodyMovementResult
- Defined in:
- lib/v20190318/models.rb
Overview
学生肢体动作结果
Instance Attribute Summary collapse
- #Confidence ⇒ Object
- #HandupConfidence ⇒ Object
- #HandupStatus ⇒ Object
- #Height ⇒ Object
- #Left ⇒ Object
- #Movements ⇒ Object
- #StandConfidence ⇒ Object
- #StandStatus ⇒ Object
- #Top ⇒ Object
- #Width ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(confidence = nil, handupconfidence = nil, handupstatus = nil, height = nil, left = nil, movements = nil, standconfidence = nil, standstatus = nil, top = nil, width = nil) ⇒ StudentBodyMovementResult
constructor
A new instance of StudentBodyMovementResult.
Constructor Details
#initialize(confidence = nil, handupconfidence = nil, handupstatus = nil, height = nil, left = nil, movements = nil, standconfidence = nil, standstatus = nil, top = nil, width = nil) ⇒ StudentBodyMovementResult
Returns a new instance of StudentBodyMovementResult.
3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 |
# File 'lib/v20190318/models.rb', line 3106 def initialize(confidence=nil, handupconfidence=nil, handupstatus=nil, height=nil, left=nil, movements=nil, standconfidence=nil, standstatus=nil, top=nil, width=nil) @Confidence = confidence @HandupConfidence = handupconfidence @HandupStatus = handupstatus @Height = height @Left = left @Movements = movements @StandConfidence = standconfidence @StandStatus = standstatus @Top = top @Width = width end |
Instance Attribute Details
#Confidence ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def Confidence @Confidence end |
#HandupConfidence ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def HandupConfidence @HandupConfidence end |
#HandupStatus ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def HandupStatus @HandupStatus end |
#Height ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def Height @Height end |
#Left ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def Left @Left end |
#Movements ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def Movements @Movements end |
#StandConfidence ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def StandConfidence @StandConfidence end |
#StandStatus ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def StandStatus @StandStatus end |
#Top ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def Top @Top end |
#Width ⇒ Object
3104 3105 3106 |
# File 'lib/v20190318/models.rb', line 3104 def Width @Width end |
Instance Method Details
#deserialize(params) ⇒ Object
3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 |
# File 'lib/v20190318/models.rb', line 3119 def deserialize(params) @Confidence = params['Confidence'] @HandupConfidence = params['HandupConfidence'] @HandupStatus = params['HandupStatus'] @Height = params['Height'] @Left = params['Left'] @Movements = params['Movements'] @StandConfidence = params['StandConfidence'] @StandStatus = params['StandStatus'] @Top = params['Top'] @Width = params['Width'] end |