interface AwsTextractNodeParameters {
authentication?: "iam" | "assumeRole";
binaryPropertyName?: string;
operation?: "analyzeExpense";
simple?: boolean;
}Properties§
§§§
readonly authentication?: "iam" | "assumeRole"§
readonly binary Property Name?: stringThe name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG. Default: "data"
readonly operation?: "analyzeExpense"Default: "analyzeExpense"
readonly simple?: booleanWhether to return a simplified version of the response instead of the raw data Default: true
Default: "iam"