Skip to content

Exporter Server Types

types

Classes

SessionDict

Bases: TypedDict

Session data structure.

UtteranceDict

Bases: TypedDict

Utterance data structure.

SegmentDict

Bases: TypedDict

Segment data structure.

SessionExportData

Bases: TypedDict

Complete session export data.

ConversationJSON

Bases: TypedDict

conversation.json format.

AudioMetadataItem

Bases: TypedDict

Audio file metadata item.

AudioMetadataJSON

Bases: TypedDict

audio/metadata.json format.

SessionListResponse

Bases: TypedDict

API response for session list.

ErrorResponse

Bases: TypedDict

API error response.

ExportMultipleRequest

Bases: TypedDict

Request body for exporting multiple sessions.

LoginRequest

Bases: TypedDict

Login request body.

LoginResponse

Bases: TypedDict

Login response.

DoctorSessionData

Bases: TypedDict

Doctor session data stored in cookie.

options: show_root_heading: true show_source: true heading_level: 2 members_order: source show_signature_annotations: true separate_signature: true