Class: TencentCloud::Mps::V20190612::SearchValueInput
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::SearchValueInput
- Defined in:
- lib/v20190612/models.rb
Overview
视频检索的检索输入
Instance Attribute Summary collapse
-
#SearchValueType ⇒ Object
Text:文本检索 注意:此字段可能返回 null,表示取不到有效值。.
-
#TextInput ⇒ Object
Text:文本检索 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(searchvaluetype = nil, textinput = nil) ⇒ SearchValueInput
constructor
A new instance of SearchValueInput.
Constructor Details
#initialize(searchvaluetype = nil, textinput = nil) ⇒ SearchValueInput
Returns a new instance of SearchValueInput.
27331 27332 27333 27334 |
# File 'lib/v20190612/models.rb', line 27331 def initialize(searchvaluetype=nil, textinput=nil) @SearchValueType = searchvaluetype @TextInput = textinput end |
Instance Attribute Details
#SearchValueType ⇒ Object
Text:文本检索注意:此字段可能返回 null,表示取不到有效值。
27329 27330 27331 |
# File 'lib/v20190612/models.rb', line 27329 def SearchValueType @SearchValueType end |
#TextInput ⇒ Object
Text:文本检索注意:此字段可能返回 null,表示取不到有效值。
27329 27330 27331 |
# File 'lib/v20190612/models.rb', line 27329 def TextInput @TextInput end |
Instance Method Details
#deserialize(params) ⇒ Object
27336 27337 27338 27339 |
# File 'lib/v20190612/models.rb', line 27336 def deserialize(params) @SearchValueType = params['SearchValueType'] @TextInput = params['TextInput'] end |