Class: TencentCloud::Soe::V20180724::PhoneInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Soe::V20180724::PhoneInfo
- Defined in:
- lib/v20180724/models.rb
Overview
单音节评价结果
Instance Attribute Summary collapse
- #DetectedStress ⇒ Object
- #MatchTag ⇒ Object
- #MemBeginTime ⇒ Object
- #MemEndTime ⇒ Object
- #Phone ⇒ Object
- #PronAccuracy ⇒ Object
- #ReferenceLetter ⇒ Object
- #ReferencePhone ⇒ Object
- #Stress ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(membegintime = nil, memendtime = nil, pronaccuracy = nil, detectedstress = nil, phone = nil, stress = nil, referencephone = nil, matchtag = nil, referenceletter = nil) ⇒ PhoneInfo
constructor
A new instance of PhoneInfo.
Constructor Details
#initialize(membegintime = nil, memendtime = nil, pronaccuracy = nil, detectedstress = nil, phone = nil, stress = nil, referencephone = nil, matchtag = nil, referenceletter = nil) ⇒ PhoneInfo
Returns a new instance of PhoneInfo.
328 329 330 331 332 333 334 335 336 337 338 |
# File 'lib/v20180724/models.rb', line 328 def initialize(membegintime=nil, memendtime=nil, pronaccuracy=nil, detectedstress=nil, phone=nil, stress=nil, referencephone=nil, matchtag=nil, referenceletter=nil) @MemBeginTime = membegintime @MemEndTime = memendtime @PronAccuracy = pronaccuracy @DetectedStress = detectedstress @Phone = phone @Stress = stress @ReferencePhone = referencephone @MatchTag = matchtag @ReferenceLetter = referenceletter end |
Instance Attribute Details
#DetectedStress ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def DetectedStress @DetectedStress end |
#MatchTag ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def MatchTag @MatchTag end |
#MemBeginTime ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def MemBeginTime @MemBeginTime end |
#MemEndTime ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def MemEndTime @MemEndTime end |
#Phone ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def Phone @Phone end |
#PronAccuracy ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def PronAccuracy @PronAccuracy end |
#ReferenceLetter ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def ReferenceLetter @ReferenceLetter end |
#ReferencePhone ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def ReferencePhone @ReferencePhone end |
#Stress ⇒ Object
326 327 328 |
# File 'lib/v20180724/models.rb', line 326 def Stress @Stress end |
Instance Method Details
#deserialize(params) ⇒ Object
340 341 342 343 344 345 346 347 348 349 350 |
# File 'lib/v20180724/models.rb', line 340 def deserialize(params) @MemBeginTime = params['MemBeginTime'] @MemEndTime = params['MemEndTime'] @PronAccuracy = params['PronAccuracy'] @DetectedStress = params['DetectedStress'] @Phone = params['Phone'] @Stress = params['Stress'] @ReferencePhone = params['ReferencePhone'] @MatchTag = params['MatchTag'] @ReferenceLetter = params['ReferenceLetter'] end |