Class: TencentCloud::Iotexplorer::V20190423::VisionCustomDetectQuery
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::VisionCustomDetectQuery
- Defined in:
- lib/v20190423/models.rb
Overview
TWeSee 语义理解自定义标签请求
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, query = nil) ⇒ VisionCustomDetectQuery
constructor
A new instance of VisionCustomDetectQuery.
Constructor Details
#initialize(key = nil, query = nil) ⇒ VisionCustomDetectQuery
Returns a new instance of VisionCustomDetectQuery.
14565 14566 14567 14568 |
# File 'lib/v20190423/models.rb', line 14565 def initialize(key=nil, query=nil) @Key = key @Query = query end |
Instance Attribute Details
#Key ⇒ Object
14563 14564 14565 |
# File 'lib/v20190423/models.rb', line 14563 def Key @Key end |
#Query ⇒ Object
14563 14564 14565 |
# File 'lib/v20190423/models.rb', line 14563 def Query @Query end |
Instance Method Details
#deserialize(params) ⇒ Object
14570 14571 14572 14573 |
# File 'lib/v20190423/models.rb', line 14570 def deserialize(params) @Key = params['Key'] @Query = params['Query'] end |