Interface ExtractionPage

interface ExtractionPage {
    height?: number;
    id?: string;
    label?: string;
    width?: number;
}

Properties

height?: number
id?: string
label?: string

label of classification

width?: number