interface AwsTextractNodeParameters {
authentication?: "iam" | "assumeRole";
binaryPropertyName?: string;
operation?: "analyzeExpense";
simple?: boolean;
}
Properties§
§
§
§
§
readonly authentication?: "iam" | "assumeRole"
readonly binary Property Name?: string
The 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?: boolean
Whether to return a simplified version of the response instead of the raw data Default: true
Default: "iam"