Class CfnDataAutomationProject.VideoBoundingBoxProperty
Bounding box settings for video.
Inheritance
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VideoBoundingBoxProperty : Object, CfnDataAutomationProject.IVideoBoundingBoxProperty
Syntax (vb)
Public Class VideoBoundingBoxProperty
Inherits Object
Implements CfnDataAutomationProject.IVideoBoundingBoxProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_bedrock;
var videoBoundingBoxProperty = new VideoBoundingBoxProperty {
State = "state"
};
Synopsis
Constructors
Video |
Properties
State | Whether bounding boxes are enabled for video. |
Constructors
VideoBoundingBoxProperty()
public VideoBoundingBoxProperty()
Properties
State
Whether bounding boxes are enabled for video.
public string State { get; set; }
Property Value
System.