Body_rembg_remove_rembg_post: {
    alpha_matting?: boolean;
    alpha_matting_background_threshold?: number;
    alpha_matting_erode_size?: number;
    alpha_matting_foreground_threshold?: number;
    input_image?: string;
    model?: string;
    return_mask?: boolean;
}

Type declaration

  • Optional alpha_matting?: boolean
  • Optional alpha_matting_background_threshold?: number
  • Optional alpha_matting_erode_size?: number
  • Optional alpha_matting_foreground_threshold?: number
  • Optional input_image?: string
  • Optional model?: string
  • Optional return_mask?: boolean