Interface CfnDataSource.IImageExtractionConfigurationProperty
Configuration for image extraction.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IImageExtractionConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
| ImageExtractionStatus | Indicates whether a feature is enabled or disabled. |
Properties
ImageExtractionStatus
Indicates whether a feature is enabled or disabled.
string ImageExtractionStatus { get; }