Class: TencentCloud::Mps::V20190612::LiveStreamTagRecognitionResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::LiveStreamTagRecognitionResult
- Defined in:
- lib/v20190612/models.rb
Overview
直播 AI 打点识别结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, startptstime = nil, endptstime = nil, confidence = nil) ⇒ LiveStreamTagRecognitionResult
constructor
A new instance of LiveStreamTagRecognitionResult.
Constructor Details
#initialize(id = nil, startptstime = nil, endptstime = nil, confidence = nil) ⇒ LiveStreamTagRecognitionResult
Returns a new instance of LiveStreamTagRecognitionResult.
19765 19766 19767 19768 19769 19770 |
# File 'lib/v20190612/models.rb', line 19765 def initialize(id=nil, startptstime=nil, endptstime=nil, confidence=nil) @Id = id @StartPtsTime = startptstime @EndPtsTime = endptstime @Confidence = confidence end |
Instance Attribute Details
#Confidence ⇒ Object
19763 19764 19765 |
# File 'lib/v20190612/models.rb', line 19763 def Confidence @Confidence end |
#EndPtsTime ⇒ Object
19763 19764 19765 |
# File 'lib/v20190612/models.rb', line 19763 def EndPtsTime @EndPtsTime end |
#Id ⇒ Object
19763 19764 19765 |
# File 'lib/v20190612/models.rb', line 19763 def Id @Id end |
#StartPtsTime ⇒ Object
19763 19764 19765 |
# File 'lib/v20190612/models.rb', line 19763 def StartPtsTime @StartPtsTime end |
Instance Method Details
#deserialize(params) ⇒ Object
19772 19773 19774 19775 19776 19777 |
# File 'lib/v20190612/models.rb', line 19772 def deserialize(params) @Id = params['Id'] @StartPtsTime = params['StartPtsTime'] @EndPtsTime = params['EndPtsTime'] @Confidence = params['Confidence'] end |