Class: TencentCloud::Ams::V20201229::TextResult

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201229/models.rb

Overview

音频文本内容审核结果

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#KeywordsObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def Keywords
  @Keywords
end

#LabelObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def Label
  @Label
end

#LibIdObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def LibId
  @LibId
end

#LibNameObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def LibName
  @LibName
end

#LibTypeObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def LibType
  @LibType
end

#ScoreObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def Score
  @Score
end

#SubLabelObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



1376
1377
1378
# File 'lib/v20201229/models.rb', line 1376

def SubLabel
  @SubLabel
end

#SuggestionObject

2:自定义库; 注意:此字段可能返回null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • SubLabel:

    该字段用于返回当前标签(Lable)下的二级标签。



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