Class CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty
Settings for generating categorical data from images.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Bedrock.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty : CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.ImageExtractionCategoryProperty Implements CfnDataAutomationProjectPropsMixin.IImageExtractionCategoryProperty
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.Mixins.Preview.AWS.Bedrock.Mixins;
var imageExtractionCategoryProperty = new ImageExtractionCategoryProperty {
State = "state",
Types = new [] { "types" }
};
Synopsis
Constructors
| ImageExtractionCategoryProperty() | Settings for generating categorical data from images. |
Properties
| State | Whether generating categorical data from images is enabled. |
| Types | The types of data to generate. |
Constructors
ImageExtractionCategoryProperty()
Settings for generating categorical data from images.
public ImageExtractionCategoryProperty()
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.Mixins.Preview.AWS.Bedrock.Mixins;
var imageExtractionCategoryProperty = new ImageExtractionCategoryProperty {
State = "state",
Types = new [] { "types" }
};
Properties
State
Whether generating categorical data from images is enabled.
public string? State { get; set; }