UNPKG

our-medical

Version:

medical image vue component

16 lines (15 loc) 331 B
type Segmentation = { id: string; index: number; }; /** * @description * @author jiannan.jiao * @date 08/12/2023 * @export * @param {string} id * @param {Segmentation} [segmentation] * @returns {*} */ export default function captureImage(id: string, segmentation?: Segmentation): Promise<string | void>; export {};