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.
14595 14596 14597 14598 |
# File 'lib/v20190423/models.rb', line 14595 def initialize(key=nil, query=nil) @Key = key @Query = query end |
Instance Attribute Details
#Key ⇒ Object
14593 14594 14595 |
# File 'lib/v20190423/models.rb', line 14593 def Key @Key end |
#Query ⇒ Object
14593 14594 14595 |
# File 'lib/v20190423/models.rb', line 14593 def Query @Query end |
Instance Method Details
#deserialize(params) ⇒ Object
14600 14601 14602 14603 |
# File 'lib/v20190423/models.rb', line 14600 def deserialize(params) @Key = params['Key'] @Query = params['Query'] end |