Class: TencentCloud::Tci::V20190318::StudentBodyMovementResult

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190318/models.rb

Overview

学生肢体动作结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(confidence = nil, handupconfidence = nil, handupstatus = nil, height = nil, left = nil, movements = nil, standconfidence = nil, standstatus = nil, top = nil, width = nil) ⇒ 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

#ConfidenceObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def Confidence
  @Confidence
end

#HandupConfidenceObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def HandupConfidence
  @HandupConfidence
end

#HandupStatusObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def HandupStatus
  @HandupStatus
end

#HeightObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def Height
  @Height
end

#LeftObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def Left
  @Left
end

#MovementsObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def Movements
  @Movements
end

#StandConfidenceObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def StandConfidence
  @StandConfidence
end

#StandStatusObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def StandStatus
  @StandStatus
end

#TopObject



3104
3105
3106
# File 'lib/v20190318/models.rb', line 3104

def Top
  @Top
end

#WidthObject



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