Class: TencentCloud::Mps::V20190612::DescribeSmartSubtitleTemplatesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeSmartSubtitleTemplatesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeSmartSubtitleTemplates请求参数结构体
Instance Attribute Summary collapse
-
#Definitions ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - 0:ASR识别字幕 - 1:纯字幕翻译.
-
#Limit ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - 0:ASR识别字幕 - 1:纯字幕翻译.
-
#Name ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - 0:ASR识别字幕 - 1:纯字幕翻译.
-
#Offset ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - 0:ASR识别字幕 - 1:纯字幕翻译.
-
#ProcessType ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - 0:ASR识别字幕 - 1:纯字幕翻译.
-
#Type ⇒ Object
- Preset:系统预置模板; * Custom:用户自定义模板。 - 0:ASR识别字幕 - 1:纯字幕翻译.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil, processtype = nil) ⇒ DescribeSmartSubtitleTemplatesRequest
constructor
A new instance of DescribeSmartSubtitleTemplatesRequest.
Constructor Details
#initialize(definitions = nil, offset = nil, limit = nil, type = nil, name = nil, processtype = nil) ⇒ DescribeSmartSubtitleTemplatesRequest
Returns a new instance of DescribeSmartSubtitleTemplatesRequest.
14021 14022 14023 14024 14025 14026 14027 14028 |
# File 'lib/v20190612/models.rb', line 14021 def initialize(definitions=nil, offset=nil, limit=nil, type=nil, name=nil, processtype=nil) @Definitions = definitions @Offset = offset @Limit = limit @Type = type @Name = name @ProcessType = processtype end |
Instance Attribute Details
#Definitions ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- 0:ASR识别字幕
- 1:纯字幕翻译
14019 14020 14021 |
# File 'lib/v20190612/models.rb', line 14019 def Definitions @Definitions end |
#Limit ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- 0:ASR识别字幕
- 1:纯字幕翻译
14019 14020 14021 |
# File 'lib/v20190612/models.rb', line 14019 def Limit @Limit end |
#Name ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- 0:ASR识别字幕
- 1:纯字幕翻译
14019 14020 14021 |
# File 'lib/v20190612/models.rb', line 14019 def Name @Name end |
#Offset ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- 0:ASR识别字幕
- 1:纯字幕翻译
14019 14020 14021 |
# File 'lib/v20190612/models.rb', line 14019 def Offset @Offset end |
#ProcessType ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- 0:ASR识别字幕
- 1:纯字幕翻译
14019 14020 14021 |
# File 'lib/v20190612/models.rb', line 14019 def ProcessType @ProcessType end |
#Type ⇒ Object
- Preset:系统预置模板;
- Custom:用户自定义模板。
- 0:ASR识别字幕
- 1:纯字幕翻译
14019 14020 14021 |
# File 'lib/v20190612/models.rb', line 14019 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
14030 14031 14032 14033 14034 14035 14036 14037 |
# File 'lib/v20190612/models.rb', line 14030 def deserialize(params) @Definitions = params['Definitions'] @Offset = params['Offset'] @Limit = params['Limit'] @Type = params['Type'] @Name = params['Name'] @ProcessType = params['ProcessType'] end |