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.
15479 15480 15481 15482 15483 15484 15485 |
# File 'lib/v20190612/models.rb', line 15479 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,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15477 15478 15479 |
# File 'lib/v20190612/models.rb', line 15477 def Keywords @Keywords end |
#Limit ⇒ Object
- Recognition.Ocr:通过光学字符识别技术,进行内容识别;
- Recognition.Asr:通过音频识别技术,进行内容识别;
- Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
- Review.Asr:通过音频识别技术,进行不适宜内容的识别; 可合并简写为:
- Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
- Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4; 可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15477 15478 15479 |
# File 'lib/v20190612/models.rb', line 15477 def Limit @Limit end |
#Offset ⇒ Object
- Recognition.Ocr:通过光学字符识别技术,进行内容识别;
- Recognition.Asr:通过音频识别技术,进行内容识别;
- Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
- Review.Asr:通过音频识别技术,进行不适宜内容的识别; 可合并简写为:
- Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
- Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4; 可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15477 15478 15479 |
# File 'lib/v20190612/models.rb', line 15477 def Offset @Offset end |
#Tags ⇒ Object
- Recognition.Ocr:通过光学字符识别技术,进行内容识别;
- Recognition.Asr:通过音频识别技术,进行内容识别;
- Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
- Review.Asr:通过音频识别技术,进行不适宜内容的识别; 可合并简写为:
- Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
- Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4; 可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15477 15478 15479 |
# File 'lib/v20190612/models.rb', line 15477 def Tags @Tags end |
#Usages ⇒ Object
- Recognition.Ocr:通过光学字符识别技术,进行内容识别;
- Recognition.Asr:通过音频识别技术,进行内容识别;
- Review.Ocr:通过光学字符识别技术,进行不适宜内容的识别;
- Review.Asr:通过音频识别技术,进行不适宜内容的识别; 可合并简写为:
- Recognition:通过光学字符识别技术、音频识别技术,进行内容识别,等价于 1+2;
- Review:通过光学字符识别技术、音频识别技术,进行不适宜内容的识别,等价于 3+4; 可多选,元素间关系为 or,即关键词的应用场景包含该字段集合中任意元素的记录,均符合该条件。
15477 15478 15479 |
# File 'lib/v20190612/models.rb', line 15477 def Usages @Usages end |
Instance Method Details
#deserialize(params) ⇒ Object
15487 15488 15489 15490 15491 15492 15493 |
# File 'lib/v20190612/models.rb', line 15487 def deserialize(params) @Keywords = params['Keywords'] @Usages = params['Usages'] @Tags = params['Tags'] @Offset = params['Offset'] @Limit = params['Limit'] end |