Class CfnDataSource.ImageExtractionConfigurationProperty
Configuration for image extraction.
Inherited Members
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.ImageExtractionConfigurationProperty : CfnDataSource.IImageExtractionConfigurationProperty
Syntax (vb)
Public Class CfnDataSource.ImageExtractionConfigurationProperty Implements CfnDataSource.IImageExtractionConfigurationProperty
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 imageExtractionConfigurationProperty = new ImageExtractionConfigurationProperty {
ImageExtractionStatus = "imageExtractionStatus"
};
Synopsis
Constructors
| ImageExtractionConfigurationProperty() | Configuration for image extraction. |
Properties
| ImageExtractionStatus | Indicates whether a feature is enabled or disabled. |
Constructors
ImageExtractionConfigurationProperty()
Configuration for image extraction.
public ImageExtractionConfigurationProperty()
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 imageExtractionConfigurationProperty = new ImageExtractionConfigurationProperty {
ImageExtractionStatus = "imageExtractionStatus"
};
Properties
ImageExtractionStatus
Indicates whether a feature is enabled or disabled.
public string ImageExtractionStatus { get; set; }