Class: TencentCloud::Tci::V20190318::BodyMovementResult

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, 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

#ConfidenceObject

1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他

Parameters:

  • Confidence:

    置信度

  • Height:

    识别结果高度

  • Left:

    识别结果左坐标

  • Movements:

    老师动作识别结果,包含

  • Top:

    识别结果顶坐标

  • Width:

    识别结果宽度



421
422
423
# File 'lib/v20190318/models.rb', line 421

def Confidence
  @Confidence
end

#HeightObject

1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他

Parameters:

  • Confidence:

    置信度

  • Height:

    识别结果高度

  • Left:

    识别结果左坐标

  • Movements:

    老师动作识别结果,包含

  • Top:

    识别结果顶坐标

  • Width:

    识别结果宽度



421
422
423
# File 'lib/v20190318/models.rb', line 421

def Height
  @Height
end

#LeftObject

1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他

Parameters:

  • Confidence:

    置信度

  • Height:

    识别结果高度

  • Left:

    识别结果左坐标

  • Movements:

    老师动作识别结果,包含

  • Top:

    识别结果顶坐标

  • Width:

    识别结果宽度



421
422
423
# File 'lib/v20190318/models.rb', line 421

def Left
  @Left
end

#MovementsObject

1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他

Parameters:

  • Confidence:

    置信度

  • Height:

    识别结果高度

  • Left:

    识别结果左坐标

  • Movements:

    老师动作识别结果,包含

  • Top:

    识别结果顶坐标

  • Width:

    识别结果宽度



421
422
423
# File 'lib/v20190318/models.rb', line 421

def Movements
  @Movements
end

#TopObject

1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他

Parameters:

  • Confidence:

    置信度

  • Height:

    识别结果高度

  • Left:

    识别结果左坐标

  • Movements:

    老师动作识别结果,包含

  • Top:

    识别结果顶坐标

  • Width:

    识别结果宽度



421
422
423
# File 'lib/v20190318/models.rb', line 421

def Top
  @Top
end

#WidthObject

1、teach_on_positive_attitude 正面讲解2、point_to_the_blackboard 指黑板3、writing_blackboard 写板书4、other 其他

Parameters:

  • Confidence:

    置信度

  • Height:

    识别结果高度

  • Left:

    识别结果左坐标

  • Movements:

    老师动作识别结果,包含

  • Top:

    识别结果顶坐标

  • Width:

    识别结果宽度



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