Class: TencentCloud::Vod::V20180717::AiRecognitionTaskAsrFullTextResultOutputSubtitleItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::AiRecognitionTaskAsrFullTextResultOutputSubtitleItem
- Defined in:
- lib/v20180717/models.rb
Overview
字幕信息。
Instance Attribute Summary collapse
-
#Format ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>.
-
#Id ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>.
-
#Language ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>.
-
#Name ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>.
-
#Url ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。 <li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, language = nil, format = nil, url = nil) ⇒ AiRecognitionTaskAsrFullTextResultOutputSubtitleItem
constructor
A new instance of AiRecognitionTaskAsrFullTextResultOutputSubtitleItem.
Constructor Details
#initialize(id = nil, name = nil, language = nil, format = nil, url = nil) ⇒ AiRecognitionTaskAsrFullTextResultOutputSubtitleItem
Returns a new instance of AiRecognitionTaskAsrFullTextResultOutputSubtitleItem.
1442 1443 1444 1445 1446 1447 1448 |
# File 'lib/v20180717/models.rb', line 1442 def initialize(id=nil, name=nil, language=nil, format=nil, url=nil) @Id = id @Name = name @Language = language @Format = format @Url = url end |
Instance Attribute Details
#Format ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>
1440 1441 1442 |
# File 'lib/v20180717/models.rb', line 1440 def Format @Format end |
#Id ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>
1440 1441 1442 |
# File 'lib/v20180717/models.rb', line 1440 def Id @Id end |
#Language ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>
1440 1441 1442 |
# File 'lib/v20180717/models.rb', line 1440 def Language @Language end |
#Name ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>
1440 1441 1442 |
# File 'lib/v20180717/models.rb', line 1440 def Name @Name end |
#Url ⇒ Object
<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<font color=red>注意:</font>2024-11-01T10:00:00Z 之前的任务返回此字段无效。<li>vtt:WebVTT 字幕文件;</li> <li>srt:SRT 字幕文件。</li>
1440 1441 1442 |
# File 'lib/v20180717/models.rb', line 1440 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
1450 1451 1452 1453 1454 1455 1456 |
# File 'lib/v20180717/models.rb', line 1450 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Language = params['Language'] @Format = params['Format'] @Url = params['Url'] end |