Show / Hide Table of Contents

Class CfnDataSource.ImageExtractionConfigurationProperty

The configuration for extracting semantic meaning from images in documents.

Inheritance
object
CfnDataSource.ImageExtractionConfigurationProperty
Implements
CfnDataSource.IImageExtractionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-imageextractionconfiguration.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-imageextractionconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-datasource-imageextractionconfiguration.html#cfn-qbusiness-datasource-imageextractionconfiguration-imageextractionstatus

Implements

CfnDataSource.IImageExtractionConfigurationProperty
Back to top Generated by DocFX