Class CfnDocumentClassifier.DocumentReaderConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.comprehend.CfnDocumentClassifier.DocumentReaderConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDocumentClassifier.DocumentReaderConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDocumentClassifier.DocumentReaderConfigProperty
@Stability(Stable)
@Internal
public static final class CfnDocumentClassifier.DocumentReaderConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDocumentClassifier.DocumentReaderConfigProperty
An implementation for
CfnDocumentClassifier.DocumentReaderConfigProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.comprehend.CfnDocumentClassifier.DocumentReaderConfigProperty
CfnDocumentClassifier.DocumentReaderConfigProperty.Builder, CfnDocumentClassifier.DocumentReaderConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDocumentClassifier.DocumentReaderConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
This field defines the Amazon Textract API operation that Amazon Comprehend uses to extract text from PDF files and image files.final String
Determines the text extraction actions for PDF files.Specifies the type of Amazon Textract features to apply.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDocumentClassifier.DocumentReaderConfigProperty.Builder
.
-
-
Method Details
-
getDocumentReadAction
Description copied from interface:CfnDocumentClassifier.DocumentReaderConfigProperty
This field defines the Amazon Textract API operation that Amazon Comprehend uses to extract text from PDF files and image files.Enter one of the following values:
TEXTRACT_DETECT_DOCUMENT_TEXT
- The Amazon Comprehend service uses theDetectDocumentText
API operation.TEXTRACT_ANALYZE_DOCUMENT
- The Amazon Comprehend service uses theAnalyzeDocument
API operation.
- Specified by:
getDocumentReadAction
in interfaceCfnDocumentClassifier.DocumentReaderConfigProperty
- See Also:
-
getDocumentReadMode
Description copied from interface:CfnDocumentClassifier.DocumentReaderConfigProperty
Determines the text extraction actions for PDF files. Enter one of the following values:.SERVICE_DEFAULT
- use the Amazon Comprehend service defaults for PDF files.FORCE_DOCUMENT_READ_ACTION
- Amazon Comprehend uses the Textract API specified by DocumentReadAction for all PDF files, including digital PDF files.
- Specified by:
getDocumentReadMode
in interfaceCfnDocumentClassifier.DocumentReaderConfigProperty
- See Also:
-
getFeatureTypes
Description copied from interface:CfnDocumentClassifier.DocumentReaderConfigProperty
Specifies the type of Amazon Textract features to apply.If you chose
TEXTRACT_ANALYZE_DOCUMENT
as the read action, you must specify one or both of the following values:TABLES
- Returns additional information about any tables that are detected in the input document.FORMS
- Returns additional information about any forms that are detected in the input document.
- Specified by:
getFeatureTypes
in interfaceCfnDocumentClassifier.DocumentReaderConfigProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-