Class: TencentCloud::Mps::V20190612::DescribeWordSamplesRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeWordSamplesRequest
- Defined in:
- lib/v20190612/models.rb
Overview
DescribeWordSamples请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keywords = nil, usages = nil, tags = nil, offset = nil, limit = nil) ⇒ DescribeWordSamplesRequest
constructor
A new instance of DescribeWordSamplesRequest.
Constructor Details
#initialize(keywords = nil, usages = nil, tags = nil, offset = nil, limit = nil) ⇒ DescribeWordSamplesRequest
Returns a new instance of DescribeWordSamplesRequest.
15399 15400 15401 15402 15403 15404 15405 |
# File 'lib/v20190612/models.rb', line 15399 def initialize(keywords=nil, usages=nil, =nil, offset=nil, limit=nil) @Keywords = keywords @Usages = usages @Tags = @Offset = offset @Limit = limit end |
Instance Attribute Details
#Keywords ⇒ Object
-
Recognition.Ocr:通过光学字符识别技术,进行内容识别;
-
Recognition.Asr:通过音频识别技术,进行内容识别;
-
Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
-
Review.Asr:通过音频识别技术,进行不适宜内容的识别;
可合并简写为:
-
Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
-
Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4;
可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15397 15398 15399 |
# File 'lib/v20190612/models.rb', line 15397 def Keywords @Keywords end |
#Limit ⇒ Object
-
Recognition.Ocr:通过光学字符识别技术,进行内容识别;
-
Recognition.Asr:通过音频识别技术,进行内容识别;
-
Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
-
Review.Asr:通过音频识别技术,进行不适宜内容的识别;
可合并简写为:
-
Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
-
Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4;
可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15397 15398 15399 |
# File 'lib/v20190612/models.rb', line 15397 def Limit @Limit end |
#Offset ⇒ Object
-
Recognition.Ocr:通过光学字符识别技术,进行内容识别;
-
Recognition.Asr:通过音频识别技术,进行内容识别;
-
Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
-
Review.Asr:通过音频识别技术,进行不适宜内容的识别;
可合并简写为:
-
Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
-
Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4;
可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15397 15398 15399 |
# File 'lib/v20190612/models.rb', line 15397 def Offset @Offset end |
#Tags ⇒ Object
-
Recognition.Ocr:通过光学字符识别技术,进行内容识别;
-
Recognition.Asr:通过音频识别技术,进行内容识别;
-
Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
-
Review.Asr:通过音频识别技术,进行不适宜内容的识别;
可合并简写为:
-
Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
-
Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4;
可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15397 15398 15399 |
# File 'lib/v20190612/models.rb', line 15397 def Tags @Tags end |
#Usages ⇒ Object
-
Recognition.Ocr:通过光学字符识别技术,进行内容识别;
-
Recognition.Asr:通过音频识别技术,进行内容识别;
-
Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
-
Review.Asr:通过音频识别技术,进行不适宜内容的识别;
可合并简写为:
-
Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
-
Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4;
可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15397 15398 15399 |
# File 'lib/v20190612/models.rb', line 15397 def Usages @Usages end |
Instance Method Details
#deserialize(params) ⇒ Object
15407 15408 15409 15410 15411 15412 15413 |
# File 'lib/v20190612/models.rb', line 15407 def deserialize(params) @Keywords = params['Keywords'] @Usages = params['Usages'] @Tags = params['Tags'] @Offset = params['Offset'] @Limit = params['Limit'] end |