Interface TasksApiTasksCreateAnnotationsRequest

Request parameters for tasksCreateAnnotations operation in TasksApi.

TasksApiTasksCreateAnnotationsRequest

interface TasksApiTasksCreateAnnotationsRequest {
    cloudStorageId?: number;
    filename?: string;
    format?: string;
    id: number;
    location?: TasksCreateAnnotationsLocationEnum;
    taskAnnotationsWriteRequest?: null | AnnotationFileRequest;
    useDefaultLocation?: boolean;
}

Properties

cloudStorageId?: number

Storage id

TasksApiTasksCreateAnnotations

filename?: string

Annotation file name

TasksApiTasksCreateAnnotations

format?: string

Input format name You can get the list of supported formats at: /server/annotation/formats

TasksApiTasksCreateAnnotations

id: number

A unique integer value identifying this task.

TasksApiTasksCreateAnnotations

where to import the annotation from

TasksApiTasksCreateAnnotations

taskAnnotationsWriteRequest?: null | AnnotationFileRequest

TasksApiTasksCreateAnnotations

useDefaultLocation?: boolean

Use the location that was configured in task to import annotations

TasksApiTasksCreateAnnotations