Class: TencentCloud::Live::V20180801::MPSResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::MPSResult
- Defined in:
- lib/v20180801/models.rb
Overview
媒体处理结果,包含智能语音识别、智能文字识别结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(aiasrresults = nil, aiocrresults = nil, streamquactrlresults = nil) ⇒ MPSResult
constructor
A new instance of MPSResult.
Constructor Details
#initialize(aiasrresults = nil, aiocrresults = nil, streamquactrlresults = nil) ⇒ MPSResult
Returns a new instance of MPSResult.
11696 11697 11698 11699 11700 |
# File 'lib/v20180801/models.rb', line 11696 def initialize(aiasrresults=nil, aiocrresults=nil, streamquactrlresults=nil) @AiAsrResults = aiasrresults @AiOcrResults = aiocrresults @StreamQuaCtrlResults = streamquactrlresults end |
Instance Attribute Details
#AiAsrResults ⇒ Object
11694 11695 11696 |
# File 'lib/v20180801/models.rb', line 11694 def AiAsrResults @AiAsrResults end |
#AiOcrResults ⇒ Object
11694 11695 11696 |
# File 'lib/v20180801/models.rb', line 11694 def AiOcrResults @AiOcrResults end |
#StreamQuaCtrlResults ⇒ Object
11694 11695 11696 |
# File 'lib/v20180801/models.rb', line 11694 def StreamQuaCtrlResults @StreamQuaCtrlResults end |
Instance Method Details
#deserialize(params) ⇒ Object
11702 11703 11704 11705 11706 |
# File 'lib/v20180801/models.rb', line 11702 def deserialize(params) @AiAsrResults = params['AiAsrResults'] @AiOcrResults = params['AiOcrResults'] @StreamQuaCtrlResults = params['StreamQuaCtrlResults'] end |