Class: TencentCloud::Vm::V20210922::RcbAsr
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20210922::RcbAsr
- Defined in:
- lib/v20210922/models.rb
Overview
审核切片asr文本信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(text = nil, createdat = nil) ⇒ RcbAsr
constructor
A new instance of RcbAsr.
Constructor Details
#initialize(text = nil, createdat = nil) ⇒ RcbAsr
Returns a new instance of RcbAsr.
1110 1111 1112 1113 |
# File 'lib/v20210922/models.rb', line 1110 def initialize(text=nil, createdat=nil) @Text = text @CreatedAt = createdat end |
Instance Attribute Details
#CreatedAt ⇒ Object
1108 1109 1110 |
# File 'lib/v20210922/models.rb', line 1108 def CreatedAt @CreatedAt end |
#Text ⇒ Object
1108 1109 1110 |
# File 'lib/v20210922/models.rb', line 1108 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
1115 1116 1117 1118 |
# File 'lib/v20210922/models.rb', line 1115 def deserialize(params) @Text = params['Text'] @CreatedAt = params['CreatedAt'] end |