Class: TencentCloud::Mps::V20190612::LiveStreamAiReviewVoicePornResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::LiveStreamAiReviewVoicePornResult
- Defined in:
- lib/v20190612/models.rb
Overview
直播 AI 内容审核声音鉴黄结果
Instance Attribute Summary collapse
-
#Confidence ⇒ Object
- pass
- review
- block
- sexual_moan:呻吟。
. -
#EndPtsTime ⇒ Object
- pass
- review
- block
- sexual_moan:呻吟。
. -
#Label ⇒ Object
- pass
- review
- block
- sexual_moan:呻吟。
. -
#StartPtsTime ⇒ Object
- pass
- review
- block
- sexual_moan:呻吟。
. -
#Suggestion ⇒ Object
- pass
- review
- block
- sexual_moan:呻吟。
.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(startptstime = nil, endptstime = nil, confidence = nil, suggestion = nil, label = nil) ⇒ LiveStreamAiReviewVoicePornResult
constructor
A new instance of LiveStreamAiReviewVoicePornResult.
Constructor Details
#initialize(startptstime = nil, endptstime = nil, confidence = nil, suggestion = nil, label = nil) ⇒ LiveStreamAiReviewVoicePornResult
Returns a new instance of LiveStreamAiReviewVoicePornResult.
19407 19408 19409 19410 19411 19412 19413 |
# File 'lib/v20190612/models.rb', line 19407 def initialize(startptstime=nil, endptstime=nil, confidence=nil, suggestion=nil, label=nil) @StartPtsTime = startptstime @EndPtsTime = endptstime @Confidence = confidence @Suggestion = suggestion @Label = label end |
Instance Attribute Details
#Confidence ⇒ Object
19405 19406 19407 |
# File 'lib/v20190612/models.rb', line 19405 def Confidence @Confidence end |
#EndPtsTime ⇒ Object
19405 19406 19407 |
# File 'lib/v20190612/models.rb', line 19405 def EndPtsTime @EndPtsTime end |
#Label ⇒ Object
19405 19406 19407 |
# File 'lib/v20190612/models.rb', line 19405 def Label @Label end |
#StartPtsTime ⇒ Object
19405 19406 19407 |
# File 'lib/v20190612/models.rb', line 19405 def StartPtsTime @StartPtsTime end |
#Suggestion ⇒ Object
19405 19406 19407 |
# File 'lib/v20190612/models.rb', line 19405 def Suggestion @Suggestion end |
Instance Method Details
#deserialize(params) ⇒ Object
19415 19416 19417 19418 19419 19420 19421 |
# File 'lib/v20190612/models.rb', line 19415 def deserialize(params) @StartPtsTime = params['StartPtsTime'] @EndPtsTime = params['EndPtsTime'] @Confidence = params['Confidence'] @Suggestion = params['Suggestion'] @Label = params['Label'] end |