Interface CfnDataAutomationProjectPropsMixin.VideoBoundingBoxProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataAutomationProjectPropsMixin.VideoBoundingBoxProperty.Jsii$Proxy
- Enclosing class:
CfnDataAutomationProjectPropsMixin
@Stability(Stable)
public static interface CfnDataAutomationProjectPropsMixin.VideoBoundingBoxProperty
extends software.amazon.jsii.JsiiSerializable
Bounding box settings for video.
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.bedrock.*;
VideoBoundingBoxProperty videoBoundingBoxProperty = VideoBoundingBoxProperty.builder()
.state("state")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataAutomationProjectPropsMixin.VideoBoundingBoxProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
Whether bounding boxes are enabled for video.- See Also:
-
builder
@Stability(Stable) static CfnDataAutomationProjectPropsMixin.VideoBoundingBoxProperty.Builder builder()
-