Class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty
Settings for generating data from images.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty : CfnDataAutomationProjectPropsMixin.IImageStandardExtractionProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.ImageStandardExtractionProperty Implements CfnDataAutomationProjectPropsMixin.IImageStandardExtractionProperty
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.CfnPropertyMixins.AWS.Bedrock;
var imageStandardExtractionProperty = new ImageStandardExtractionProperty {
BoundingBox = new ImageBoundingBoxProperty {
State = "state"
},
Category = new ImageExtractionCategoryProperty {
State = "state",
Types = new [] { "types" }
}
};
Synopsis
Constructors
| ImageStandardExtractionProperty() | Settings for generating data from images. |
Properties
| BoundingBox | Settings for generating bounding boxes. |
| Category | Settings for generating categorical data. |
Constructors
ImageStandardExtractionProperty()
Settings for generating data from images.
public ImageStandardExtractionProperty()
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.CfnPropertyMixins.AWS.Bedrock;
var imageStandardExtractionProperty = new ImageStandardExtractionProperty {
BoundingBox = new ImageBoundingBoxProperty {
State = "state"
},
Category = new ImageExtractionCategoryProperty {
State = "state",
Types = new [] { "types" }
}
};
Properties
BoundingBox
Settings for generating bounding boxes.
public object? BoundingBox { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IImageBoundingBoxProperty
Category
Settings for generating categorical data.
public object? Category { get; set; }
Property Value
Remarks
Type union: either IResolvable or CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty