Interface ContextualMetadataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContextualMetadataConfig.Builder,,ContextualMetadataConfig> SdkBuilder<ContextualMetadataConfig.Builder,,ContextualMetadataConfig> SdkPojo
- Enclosing class:
ContextualMetadataConfig
-
Method Summary
Modifier and TypeMethodDescriptionsummaryGeneration(String summaryGeneration) Specifies whether Elemental Inference generates a descriptive summary of the media content for this output.summaryGeneration(SummaryGenerationMode summaryGeneration) Specifies whether Elemental Inference generates a descriptive summary of the media content for this output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
summaryGeneration
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.
- Parameters:
summaryGeneration- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
summaryGeneration
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.
- Parameters:
summaryGeneration- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-