Class: TencentCloud::Vm::V20201229::RcbAsr
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vm::V20201229::RcbAsr
- Defined in:
- lib/v20201229/models.rb
Overview
审核切片asr文本信息
Instance Attribute Summary collapse
-
#CreatedAt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Text ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
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.
1106 1107 1108 1109 |
# File 'lib/v20201229/models.rb', line 1106 def initialize(text=nil, createdat=nil) @Text = text @CreatedAt = createdat end |
Instance Attribute Details
#CreatedAt ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1104 1105 1106 |
# File 'lib/v20201229/models.rb', line 1104 def CreatedAt @CreatedAt end |
#Text ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
1104 1105 1106 |
# File 'lib/v20201229/models.rb', line 1104 def Text @Text end |
Instance Method Details
#deserialize(params) ⇒ Object
1111 1112 1113 1114 |
# File 'lib/v20201229/models.rb', line 1111 def deserialize(params) @Text = params['Text'] @CreatedAt = params['CreatedAt'] end |