Interface FunctionCallRequest

Export

FunctionCallRequest

Hierarchy

  • FunctionCallRequest

Properties

cleanup?: boolean

Whether existing annotations should be removed

Memberof

FunctionCallRequest

convMaskToPoly?: boolean

Memberof

FunctionCallRequest

function: string

The name of the function to execute

Memberof

FunctionCallRequest

job?: number

The id of the job to be annotated

Memberof

FunctionCallRequest

mapping?: {
    [key: string]: LabelMappingEntryRequest;
}

Label mapping from the model to the task labels

Type declaration

Memberof

FunctionCallRequest

max_distance?: number

Memberof

FunctionCallRequest

quality?: QualityEnum

Memberof

FunctionCallRequest

task: number

The id of the task to be annotated

Memberof

FunctionCallRequest

threshold?: number

Memberof

FunctionCallRequest

Generated using TypeDoc