/** * This file was auto-generated by Fern from our API Definition. */ export declare type TaskType = "annotation" | "categorization" | "comparison" | "cuboidannotation" | "datacollection" | "documentmodel" | "documenttranscription" | "imageannotation" | "laneannotation" | "lidarannotation" | "lidarlinking" | "lidarsegmentation" | "lidartopdown" | "lineannotation" | "namedentityrecognition" | "pointannotation" | "polygonannotation" | "segmentannotation" | "transcription" | "textcollection" | "videoannotation" | "videoboxannotation" | "videoplaybackannotation" | "videocuboidannotation"; export declare const TaskType: { readonly Annotation: "annotation"; readonly Categorization: "categorization"; readonly Comparison: "comparison"; readonly CuboidAnnotation: "cuboidannotation"; readonly DataCollection: "datacollection"; readonly DocumentModel: "documentmodel"; readonly DocumentTranscription: "documenttranscription"; readonly ImageAnnotation: "imageannotation"; readonly LaneAnnotation: "laneannotation"; readonly LidarAnnotation: "lidarannotation"; readonly LidarLinking: "lidarlinking"; readonly LidarSegmentation: "lidarsegmentation"; readonly LidarTopdown: "lidartopdown"; readonly LineAnnotation: "lineannotation"; readonly NamedEntityRecognition: "namedentityrecognition"; readonly PointAnnotation: "pointannotation"; readonly PolygonAnnotation: "polygonannotation"; readonly SegmentAnnotation: "segmentannotation"; readonly Transcription: "transcription"; readonly TextCollection: "textcollection"; readonly VideoAnnotation: "videoannotation"; readonly VideoBoxAnnotation: "videoboxannotation"; readonly VideoPlaybackAnnotation: "videoplaybackannotation"; readonly VideoCuboidAnnotation: "videocuboidannotation"; };