Interface CfnFeedPropsMixin.SubtitlingConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFeedPropsMixin.SubtitlingConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFeedPropsMixin
@Stability(Stable)
public static interface CfnFeedPropsMixin.SubtitlingConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.elementalinference.*;
SubtitlingConfigProperty subtitlingConfigProperty = SubtitlingConfigProperty.builder()
.aspectRatio(AspectRatioProperty.builder()
.height(123)
.width(123)
.build())
.dictionary("dictionary")
.language("language")
.profanityFilter("profanityFilter")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFeedPropsMixin.SubtitlingConfigPropertystatic final classAn implementation forCfnFeedPropsMixin.SubtitlingConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnFeedPropsMixin.AspectRatioPropertydefault Stringdefault Stringdefault StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAspectRatio
Returns union: eitherIResolvableorCfnFeedPropsMixin.AspectRatioProperty- See Also:
-
getDictionary
- See Also:
-
getLanguage
- See Also:
-
getProfanityFilter
- See Also:
-
builder
-