Class: Aws::ElementalInference::Types::ContextualMetadataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::ContextualMetadataConfig
- Defined in:
- gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb
Overview
The output configuration settings for the contextual metadata feature. Use this structure when the feed output generates metadata that describes the media content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#summary_generation ⇒ String
Specifies whether Elemental Inference generates a descriptive summary of the media content for this output.
Instance Attribute Details
#summary_generation ⇒ String
Specifies whether Elemental Inference generates a descriptive summary of the media content for this output.
Valid values:
ENABLED (default) – Elemental Inference generates a descriptive summary along with IAB taxonomy and GARM suitability classifications.
DISABLED – No descriptive summary is generated.
191 192 193 194 195 |
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 191 class ContextualMetadataConfig < Struct.new( :summary_generation) SENSITIVE = [] include Aws::Structure end |