interface MindeeNodeParameters {
apiVersion?: 1 | 3 | 4;
binaryPropertyName?: string;
operation?: "predict";
rawData?: boolean;
resource?: "invoice" | "receipt";
}
Properties§
§
§
§
§
§
readonly api Version?: 1 | 3 | 4
readonly binary Property Name?: string
Default: "data"
readonly operation?: "predict"
Default: "predict"
readonly raw Data?: boolean
Whether to return the data exactly in the way it got received from the API
readonly resource?: "invoice" | "receipt"
Default: "receipt"
Which Mindee API Version to use Default: 1