Class: TencentCloud::Vm::V20210922::AudioResultDetailMoanResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20210922::AudioResultDetailMoanResult
- Defined in:
- lib/v20210922/models.rb
Overview
音频呻吟审核结果
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #Label ⇒ Object
- #Score ⇒ Object
- #StartTime ⇒ Object
- #SubLabel ⇒ Object
- #SubLabelCode ⇒ Object
- #Suggestion ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, score = nil, starttime = nil, endtime = nil, sublabelcode = nil, sublabel = nil, suggestion = nil) ⇒ AudioResultDetailMoanResult
constructor
A new instance of AudioResultDetailMoanResult.
Constructor Details
#initialize(label = nil, score = nil, starttime = nil, endtime = nil, sublabelcode = nil, sublabel = nil, suggestion = nil) ⇒ AudioResultDetailMoanResult
Returns a new instance of AudioResultDetailMoanResult.
224 225 226 227 228 229 230 231 232 |
# File 'lib/v20210922/models.rb', line 224 def initialize(label=nil, score=nil, starttime=nil, endtime=nil, sublabelcode=nil, sublabel=nil, suggestion=nil) @Label = label @Score = score @StartTime = starttime @EndTime = endtime @SubLabelCode = sublabelcode @SubLabel = sublabel @Suggestion = suggestion end |
Instance Attribute Details
#EndTime ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def EndTime @EndTime end |
#Label ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def Label @Label end |
#Score ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def Score @Score end |
#StartTime ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def StartTime @StartTime end |
#SubLabel ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def SubLabel @SubLabel end |
#SubLabelCode ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def SubLabelCode @SubLabelCode end |
#Suggestion ⇒ Object
222 223 224 |
# File 'lib/v20210922/models.rb', line 222 def Suggestion @Suggestion end |
Instance Method Details
#deserialize(params) ⇒ Object
234 235 236 237 238 239 240 241 242 |
# File 'lib/v20210922/models.rb', line 234 def deserialize(params) @Label = params['Label'] @Score = params['Score'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @SubLabelCode = params['SubLabelCode'] @SubLabel = params['SubLabel'] @Suggestion = params['Suggestion'] end |