Interface Textract2Constants
public interface Textract2Constants
Constants used in Camel AWS2 Textract module
-
Field Details
-
OPERATION
@Metadata(label="producer", description="The operation we want to perform", javaType="String") static final String OPERATION- See Also:
-
S3_BUCKET
@Metadata(label="producer", description="The S3 bucket name containing the document to process", javaType="String") static final String S3_BUCKET- See Also:
-
S3_OBJECT
@Metadata(label="producer", description="The S3 object name (key) of the document to process", javaType="String") static final String S3_OBJECT- See Also:
-
S3_OBJECT_VERSION
@Metadata(label="producer", description="The S3 object version of the document to process", javaType="String") static final String S3_OBJECT_VERSION- See Also:
-
JOB_ID
@Metadata(label="producer", description="The job ID for async operations (StartDocumentTextDetection, StartDocumentAnalysis)", javaType="String") static final String JOB_ID- See Also:
-
MAX_RESULTS
@Metadata(label="producer", description="The maximum number of results to return in paginated operations", javaType="Integer") static final String MAX_RESULTS- See Also:
-
NEXT_TOKEN
@Metadata(label="producer", description="The next token for pagination in operations that return multiple pages", javaType="String") static final String NEXT_TOKEN- See Also:
-
FEATURE_TYPES
@Metadata(label="producer", description="The feature types for document analysis (TABLES, FORMS, SIGNATURES, etc.)", javaType="List<FeatureType>") static final String FEATURE_TYPES- See Also:
-