Class: Aws::ChimeSDKMediaPipelines::Types::SentimentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::SentimentConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A structure that contains the configuration settings for a sentiment analysis task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the rule in the sentiment configuration.
-
#sentiment_type ⇒ String
The type of sentiment, ‘POSITIVE`, `NEGATIVE`, or `NEUTRAL`.
-
#time_period ⇒ Integer
Specifies the analysis interval.
Instance Attribute Details
#rule_name ⇒ String
The name of the rule in the sentiment configuration.
2923 2924 2925 2926 2927 2928 2929 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2923 class SentimentConfiguration < Struct.new( :rule_name, :sentiment_type, :time_period) SENSITIVE = [] include Aws::Structure end |
#sentiment_type ⇒ String
The type of sentiment, ‘POSITIVE`, `NEGATIVE`, or `NEUTRAL`.
2923 2924 2925 2926 2927 2928 2929 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2923 class SentimentConfiguration < Struct.new( :rule_name, :sentiment_type, :time_period) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Integer
Specifies the analysis interval.
2923 2924 2925 2926 2927 2928 2929 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2923 class SentimentConfiguration < Struct.new( :rule_name, :sentiment_type, :time_period) SENSITIVE = [] include Aws::Structure end |