Class: Aws::ElementalInference::Types::ContextualMetadataConfig

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

Instance Attribute Details

#summary_generationString

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.

Returns:

  • (String)


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