Class CfnDataSource.ImageExtractionConfigurationProperty
The configuration for extracting semantic meaning from images in documents.
Inherited Members
Namespace: Amazon.CDK.AWS.QBusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.ImageExtractionConfigurationProperty : CfnDataSource.IImageExtractionConfigurationProperty
Syntax (vb)
Public Class CfnDataSource.ImageExtractionConfigurationProperty Implements CfnDataSource.IImageExtractionConfigurationProperty
Remarks
For more information, see Extracting semantic meaning from images and visuals .
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.QBusiness;
var imageExtractionConfigurationProperty = new ImageExtractionConfigurationProperty {
ImageExtractionStatus = "imageExtractionStatus"
};
Synopsis
Constructors
| ImageExtractionConfigurationProperty() | The configuration for extracting semantic meaning from images in documents. |
Properties
| ImageExtractionStatus | Specify whether to extract semantic meaning from images and visuals from documents. |
Constructors
ImageExtractionConfigurationProperty()
The configuration for extracting semantic meaning from images in documents.
public ImageExtractionConfigurationProperty()
Remarks
For more information, see Extracting semantic meaning from images and visuals .
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.QBusiness;
var imageExtractionConfigurationProperty = new ImageExtractionConfigurationProperty {
ImageExtractionStatus = "imageExtractionStatus"
};
Properties
ImageExtractionStatus
Specify whether to extract semantic meaning from images and visuals from documents.
public string ImageExtractionStatus { get; set; }