Class CfnDataAutomationProject.VideoStandardOutputConfigurationProperty
Output settings for processing video.
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataAutomationProject.VideoStandardOutputConfigurationProperty : CfnDataAutomationProject.IVideoStandardOutputConfigurationProperty
Syntax (vb)
Public Class CfnDataAutomationProject.VideoStandardOutputConfigurationProperty Implements CfnDataAutomationProject.IVideoStandardOutputConfigurationProperty
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 videoStandardOutputConfigurationProperty = new VideoStandardOutputConfigurationProperty {
Extraction = new VideoStandardExtractionProperty {
BoundingBox = new VideoBoundingBoxProperty {
State = "state"
},
Category = new VideoExtractionCategoryProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
},
GenerativeField = new VideoStandardGenerativeFieldProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
};
Synopsis
Constructors
| VideoStandardOutputConfigurationProperty() | Output settings for processing video. |
Properties
| Extraction | Settings for populating data fields that describe the video. |
| GenerativeField | Whether to generate descriptions of the video. |
Constructors
VideoStandardOutputConfigurationProperty()
Output settings for processing video.
public VideoStandardOutputConfigurationProperty()
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 videoStandardOutputConfigurationProperty = new VideoStandardOutputConfigurationProperty {
Extraction = new VideoStandardExtractionProperty {
BoundingBox = new VideoBoundingBoxProperty {
State = "state"
},
Category = new VideoExtractionCategoryProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
},
GenerativeField = new VideoStandardGenerativeFieldProperty {
State = "state",
// the properties below are optional
Types = new [] { "types" }
}
};
Properties
Extraction
Settings for populating data fields that describe the video.
public object? Extraction { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProject.IVideoStandardExtractionProperty
GenerativeField
Whether to generate descriptions of the video.
public object? GenerativeField { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProject.IVideoStandardGenerativeFieldProperty