Class: Aws::ChimeSDKMediaPipelines::Types::SentimentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rule_nameString

The name of the rule in the sentiment configuration.

Returns:

  • (String)


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_typeString

The type of sentiment, ‘POSITIVE`, `NEGATIVE`, or `NEUTRAL`.

Returns:

  • (String)


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_periodInteger

Specifies the analysis interval.

Returns:

  • (Integer)


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