/** * This file was auto-generated by Fern from our API Definition. */ import * as serializers from "../../.."; import { Scale } from "../../../.."; import * as core from "../../../../core"; export declare const VideoPlaybackAnnotationRequest: core.serialization.ObjectSchema; export declare namespace VideoPlaybackAnnotationRequest { interface Raw { project?: string | null; batch?: string | null; instruction?: string | null; callback_url?: string | null; attachments?: string[] | null; attachment?: string | null; attachment_type?: string | null; geometries: serializers.Geometries.Raw; annotation_attributes?: Record | null; events_to_annotate?: string[] | null; links?: Record | null; frame_rate?: number | null; padding?: number | null; paddingX?: number | null; paddingY?: number | null; hypothesis?: Record | null; base_annotations?: Record | null; can_add_base_annotations?: boolean | null; can_edit_base_annotations?: boolean | null; can_edit_base_annotation_labels?: boolean | null; can_delete_base_annotations?: boolean | null; metadata?: Record | null; priority?: number | null; unique_id?: string | null; clear_unique_id_on_error?: boolean | null; tags?: string[] | null; } }