Class: TencentCloud::Mps::V20190612::MediaAiAnalysisDescriptionItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::MediaAiAnalysisDescriptionItem
- Defined in:
- lib/v20190612/models.rb
Overview
智能描述信息
Instance Attribute Summary collapse
-
#Confidence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Keywords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MindMapPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MindMapUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OutputStorage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Paragraphs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#SubtitlePath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Title ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(description = nil, confidence = nil, title = nil, keywords = nil, paragraphs = nil, mindmapurl = nil, mindmappath = nil, subtitlepath = nil, outputstorage = nil) ⇒ MediaAiAnalysisDescriptionItem
constructor
A new instance of MediaAiAnalysisDescriptionItem.
Constructor Details
#initialize(description = nil, confidence = nil, title = nil, keywords = nil, paragraphs = nil, mindmapurl = nil, mindmappath = nil, subtitlepath = nil, outputstorage = nil) ⇒ MediaAiAnalysisDescriptionItem
Returns a new instance of MediaAiAnalysisDescriptionItem.
20025 20026 20027 20028 20029 20030 20031 20032 20033 20034 20035 |
# File 'lib/v20190612/models.rb', line 20025 def initialize(description=nil, confidence=nil, title=nil, keywords=nil, paragraphs=nil, mindmapurl=nil, mindmappath=nil, subtitlepath=nil, outputstorage=nil) @Description = description @Confidence = confidence @Title = title @Keywords = keywords @Paragraphs = paragraphs @MindMapUrl = mindmapurl @MindMapPath = mindmappath @SubtitlePath = subtitlepath @OutputStorage = outputstorage end |
Instance Attribute Details
#Confidence ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def Confidence @Confidence end |
#Description ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def Description @Description end |
#Keywords ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def Keywords @Keywords end |
#MindMapPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def MindMapPath @MindMapPath end |
#MindMapUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def MindMapUrl @MindMapUrl end |
#OutputStorage ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def OutputStorage @OutputStorage end |
#Paragraphs ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def Paragraphs @Paragraphs end |
#SubtitlePath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def SubtitlePath @SubtitlePath end |
#Title ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
20023 20024 20025 |
# File 'lib/v20190612/models.rb', line 20023 def Title @Title end |
Instance Method Details
#deserialize(params) ⇒ Object
20037 20038 20039 20040 20041 20042 20043 20044 20045 20046 20047 20048 20049 20050 20051 20052 20053 20054 20055 20056 20057 |
# File 'lib/v20190612/models.rb', line 20037 def deserialize(params) @Description = params['Description'] @Confidence = params['Confidence'] @Title = params['Title'] @Keywords = params['Keywords'] unless params['Paragraphs'].nil? @Paragraphs = [] params['Paragraphs'].each do |i| aiparagraphinfo_tmp = AiParagraphInfo.new aiparagraphinfo_tmp.deserialize(i) @Paragraphs << aiparagraphinfo_tmp end end @MindMapUrl = params['MindMapUrl'] @MindMapPath = params['MindMapPath'] @SubtitlePath = params['SubtitlePath'] unless params['OutputStorage'].nil? @OutputStorage = TaskOutputStorage.new @OutputStorage.deserialize(params['OutputStorage']) end end |