export type RobotImageCopyrightdetectInstructions = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; result: false | true; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/image/copyrightdetect'; confidence_threshold: number; categories: ['all' | 'artwork' | 'stock_photo' | 'brand_logo' | 'watermarked', 'all' | 'artwork' | 'stock_photo' | 'brand_logo' | 'watermarked']; error_on_decline: false | true; error_msg: string; format: 'meta' | 'json'; }; export type RobotImageCopyrightdetectInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | false | true | Array | Record; queue?: undefined | 'batch'; force_accept: false | true; ignore_errors: Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/image/copyrightdetect'; confidence_threshold: number; categories: ['all' | 'artwork' | 'stock_photo' | 'brand_logo' | 'watermarked', 'all' | 'artwork' | 'stock_photo' | 'brand_logo' | 'watermarked']; error_on_decline: false | true; error_msg: string; format: 'meta' | 'json'; result?: undefined | false | true | 'debug'; }; export type InterpolatableRobotImageCopyrightdetectInstructions = InterpolatableRobotImageCopyrightdetectInstructionsInput; export type InterpolatableRobotImageCopyrightdetectInstructionsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; result?: undefined | string | false | true; queue?: undefined | string; force_accept?: undefined | string | false | true; ignore_errors?: undefined | string | false | true | Array<'meta' | 'execute'>; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/image/copyrightdetect'; confidence_threshold?: undefined | string | number; categories?: undefined | string | [string, string]; error_on_decline?: undefined | string | false | true; error_msg?: undefined | string; format?: undefined | string; }; export type InterpolatableRobotImageCopyrightdetectInstructionsWithHiddenFields = { interpolate?: undefined | false | true | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept: string | false | true; ignore_errors: string | Array; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/image/copyrightdetect'; confidence_threshold: string | number; categories: string | [string, string]; error_on_decline: string | false | true; error_msg: string; format: string; result?: undefined | string | false | true; }; export type InterpolatableRobotImageCopyrightdetectInstructionsWithHiddenFieldsInput = { interpolate?: undefined | false | true | 'true' | 'false' | Record; output_meta?: undefined | string | false | true | Array | Record; queue?: undefined | string; force_accept?: undefined | string | false | true; ignore_errors?: undefined | string | false | true | Array<'meta' | 'execute'>; use?: undefined | string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }> | { steps: string | Array | Array<{ name: string; fields?: undefined | string; as?: undefined | string; }>; bundle_steps?: undefined | false | true; group_by_original?: undefined | false | true; fields?: undefined | Array; }; robot: '/image/copyrightdetect'; confidence_threshold?: undefined | string | number; categories?: undefined | string | [string, string]; error_on_decline?: undefined | string | false | true; error_msg?: undefined | string; format?: undefined | string; result?: undefined | string | false | true; }; //# sourceMappingURL=image-copyrightdetect.d.ts.map