Class: TencentCloud::Ams::V20201229::TextResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::V20201229::TextResult
- Defined in:
- lib/v20201229/models.rb
Overview
音频文本内容审核结果
Instance Attribute Summary collapse
-
#Keywords ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Label ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LibId ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LibName ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#LibType ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Score ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubLabel ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Suggestion ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(label = nil, keywords = nil, libid = nil, libname = nil, score = nil, suggestion = nil, libtype = nil, sublabel = nil) ⇒ TextResult
constructor
A new instance of TextResult.
Constructor Details
#initialize(label = nil, keywords = nil, libid = nil, libname = nil, score = nil, suggestion = nil, libtype = nil, sublabel = nil) ⇒ TextResult
Returns a new instance of TextResult.
1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 |
# File 'lib/v20201229/models.rb', line 1378 def initialize(label=nil, keywords=nil, libid=nil, libname=nil, score=nil, suggestion=nil, libtype=nil, sublabel=nil) @Label = label @Keywords = keywords @LibId = libid @LibName = libname @Score = score @Suggestion = suggestion @LibType = libtype @SubLabel = sublabel end |
Instance Attribute Details
#Keywords ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def Keywords @Keywords end |
#Label ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def Label @Label end |
#LibId ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def LibId @LibId end |
#LibName ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def LibName @LibName end |
#LibType ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def LibType @LibType end |
#Score ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def Score @Score end |
#SubLabel ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def SubLabel @SubLabel end |
#Suggestion ⇒ Object
2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1376 1377 1378 |
# File 'lib/v20201229/models.rb', line 1376 def Suggestion @Suggestion end |
Instance Method Details
#deserialize(params) ⇒ Object
1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 |
# File 'lib/v20201229/models.rb', line 1389 def deserialize(params) @Label = params['Label'] @Keywords = params['Keywords'] @LibId = params['LibId'] @LibName = params['LibName'] @Score = params['Score'] @Suggestion = params['Suggestion'] @LibType = params['LibType'] @SubLabel = params['SubLabel'] end |