Interface AwsTextractNodeParameters

Source
interface AwsTextractNodeParameters {
    binaryPropertyName?: string;
    operation?: "analyzeExpense";
    simple?: boolean;
}

Properties§

Source§

readonly binaryPropertyName?: string

The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG. Default: "data"

Source§

readonly operation?: "analyzeExpense"

Default: "analyzeExpense"

Source§

readonly simple?: boolean

Whether to return a simplified version of the response instead of the raw data Default: true