Class: TencentCloud::Bda::V20200324::LowerBodyClothLength

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

Overview

下衣长度信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, probability = nil) ⇒ LowerBodyClothLength

Returns a new instance of LowerBodyClothLength.



1124
1125
1126
1127
# File 'lib/v20200324/models.rb', line 1124

def initialize(type=nil, probability=nil)
  @Type = type
  @Probability = probability
end

Instance Attribute Details

#ProbabilityObject

Parameters:

  • Type:

    下衣长度信息,返回值为以下集合中的一个,短 。

  • Probability:

    Type识别概率值,,代表判断正确的概率。如0.8则代表有Type值有80%概率正确。



1122
1123
1124
# File 'lib/v20200324/models.rb', line 1122

def Probability
  @Probability
end

#TypeObject

Parameters:

  • Type:

    下衣长度信息,返回值为以下集合中的一个,短 。

  • Probability:

    Type识别概率值,,代表判断正确的概率。如0.8则代表有Type值有80%概率正确。



1122
1123
1124
# File 'lib/v20200324/models.rb', line 1122

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



1129
1130
1131
1132
# File 'lib/v20200324/models.rb', line 1129

def deserialize(params)
  @Type = params['Type']
  @Probability = params['Probability']
end