assemblyai/schema

Types

pub type Anon93e14bd9 {
  Anon93e14bd9(relevance: Float, label: String)
}

Constructors

  • Anon93e14bd9(relevance: Float, label: String)
pub type AudioIntelligenceModelStatus =
  String
pub type AutoHighlightResult {
  AutoHighlightResult(
    timestamps: List(Timestamp),
    count: Int,
    text: String,
    rank: Float,
  )
}

Constructors

  • AutoHighlightResult(
      timestamps: List(Timestamp),
      count: Int,
      text: String,
      rank: Float,
    )
pub type AutoHighlightsResult {
  AutoHighlightsResult(
    results: List(AutoHighlightResult),
    status: String,
  )
}

Constructors

pub type Chapter {
  Chapter(
    end: Int,
    headline: String,
    summary: String,
    gist: String,
    start: Int,
  )
}

Constructors

  • Chapter(
      end: Int,
      headline: String,
      summary: String,
      gist: String,
      start: Int,
    )
pub type ContentSafetyLabel {
  ContentSafetyLabel(
    severity: Float,
    label: String,
    confidence: Float,
  )
}

Constructors

  • ContentSafetyLabel(
      severity: Float,
      label: String,
      confidence: Float,
    )
pub type ContentSafetyLabelResult {
  ContentSafetyLabelResult(
    labels: List(ContentSafetyLabel),
    timestamp: Timestamp,
    sentences_idx_start: Int,
    text: String,
    sentences_idx_end: Int,
  )
}

Constructors

  • ContentSafetyLabelResult(
      labels: List(ContentSafetyLabel),
      timestamp: Timestamp,
      sentences_idx_start: Int,
      text: String,
      sentences_idx_end: Int,
    )
pub type ContentSafetyLabelsResult {
  ContentSafetyLabelsResult(
    severity_score_summary: dict.Dict(
      String,
      SeverityScoreSummary,
    ),
    results: List(ContentSafetyLabelResult),
    status: String,
    summary: dict.Dict(String, Float),
  )
}

Constructors

pub type CreateRealtimeTemporaryTokenParams {
  CreateRealtimeTemporaryTokenParams(expires_in: Int)
}

Constructors

  • CreateRealtimeTemporaryTokenParams(expires_in: Int)
pub type Entity {
  Entity(end: Int, entity_type: String, text: String, start: Int)
}

Constructors

  • Entity(end: Int, entity_type: String, text: String, start: Int)
pub type EntityType =
  String
pub type Error {
  Error(
    status: option.Option(String),
    error: String,
    additional_properties: dict.Dict(String, utils.Any),
  )
}

Constructors

pub type LemurActionItemsParams =
  Nil
pub type LemurActionItemsResponse =
  Nil
pub type LemurBaseParams {
  LemurBaseParams(
    transcript_ids: option.Option(List(String)),
    context: option.Option(utils.Any),
    temperature: option.Option(Float),
    max_output_size: option.Option(Int),
    input_text: option.Option(String),
    final_model: utils.Any,
  )
}

Constructors

pub type LemurBaseResponse {
  LemurBaseResponse(request_id: String, usage: LemurUsage)
}

Constructors

  • LemurBaseResponse(request_id: String, usage: LemurUsage)
pub type LemurModel =
  String
pub type LemurQuestion {
  LemurQuestion(
    answer_options: option.Option(List(String)),
    answer_format: option.Option(String),
    context: option.Option(utils.Any),
    question: String,
  )
}

Constructors

pub type LemurQuestionAnswer {
  LemurQuestionAnswer(answer: String, question: String)
}

Constructors

  • LemurQuestionAnswer(answer: String, question: String)
pub type LemurQuestionAnswerParams =
  Nil
pub type LemurQuestionAnswerResponse =
  Nil
pub type LemurResponse =
  Nil
pub type LemurStringResponse =
  Nil
pub type LemurSummaryParams =
  Nil
pub type LemurSummaryResponse =
  Nil
pub type LemurTaskParams =
  Nil
pub type LemurTaskResponse =
  Nil
pub type LemurUsage {
  LemurUsage(output_tokens: Int, input_tokens: Int)
}

Constructors

  • LemurUsage(output_tokens: Int, input_tokens: Int)
pub type ListTranscriptParams {
  ListTranscriptParams(
    limit: option.Option(Int),
    before_id: option.Option(String),
    after_id: option.Option(String),
    created_on: option.Option(String),
    status: option.Option(String),
    throttled_only: option.Option(Bool),
  )
}

Constructors

pub type PageDetails {
  PageDetails(
    next_url: option.Option(String),
    prev_url: option.Option(String),
    limit: Int,
    result_count: Int,
    current_url: String,
  )
}

Constructors

  • PageDetails(
      next_url: option.Option(String),
      prev_url: option.Option(String),
      limit: Int,
      result_count: Int,
      current_url: String,
    )
pub type ParagraphsResponse {
  ParagraphsResponse(
    audio_duration: Float,
    id: String,
    confidence: Float,
    paragraphs: List(TranscriptParagraph),
  )
}

Constructors

  • ParagraphsResponse(
      audio_duration: Float,
      id: String,
      confidence: Float,
      paragraphs: List(TranscriptParagraph),
    )
pub type PiiPolicy =
  String
pub type PurgeLemurRequestDataResponse {
  PurgeLemurRequestDataResponse(
    request_id_to_purge: String,
    deleted: Bool,
    request_id: String,
  )
}

Constructors

  • PurgeLemurRequestDataResponse(
      request_id_to_purge: String,
      deleted: Bool,
      request_id: String,
    )
pub type RealtimeTemporaryTokenResponse {
  RealtimeTemporaryTokenResponse(token_: String)
}

Constructors

  • RealtimeTemporaryTokenResponse(token_: String)
pub type RedactPiiAudioQuality =
  String
pub type RedactedAudioNotification =
  dict.Dict(String, utils.Never)
pub type RedactedAudioResponse {
  RedactedAudioResponse(
    status: String,
    redacted_audio_url: String,
  )
}

Constructors

  • RedactedAudioResponse(status: String, redacted_audio_url: String)
pub type RedactedAudioStatus =
  String
pub type SentencesResponse {
  SentencesResponse(
    audio_duration: Float,
    id: String,
    sentences: List(TranscriptSentence),
    confidence: Float,
  )
}

Constructors

  • SentencesResponse(
      audio_duration: Float,
      id: String,
      sentences: List(TranscriptSentence),
      confidence: Float,
    )
pub type Sentiment =
  String
pub type SentimentAnalysisResult {
  SentimentAnalysisResult(
    speaker: option.Option(String),
    end: Int,
    sentiment: String,
    text: String,
    confidence: Float,
    channel: option.Option(String),
    start: Int,
  )
}

Constructors

  • SentimentAnalysisResult(
      speaker: option.Option(String),
      end: Int,
      sentiment: String,
      text: String,
      confidence: Float,
      channel: option.Option(String),
      start: Int,
    )
pub type SeverityScoreSummary {
  SeverityScoreSummary(medium: Float, low: Float, high: Float)
}

Constructors

  • SeverityScoreSummary(medium: Float, low: Float, high: Float)
pub type SpeechModel =
  String
pub type SubstitutionPolicy =
  String
pub type SubtitleFormat =
  String
pub type SummaryModel =
  String
pub type SummaryType =
  String
pub type Timestamp {
  Timestamp(end: Int, start: Int)
}

Constructors

  • Timestamp(end: Int, start: Int)
pub type TopicDetectionModelResult {
  TopicDetectionModelResult(
    results: List(TopicDetectionResult),
    status: String,
    summary: dict.Dict(String, Float),
  )
}

Constructors

pub type TopicDetectionResult {
  TopicDetectionResult(
    labels: option.Option(List(Anon93e14bd9)),
    timestamp: option.Option(Timestamp),
    text: String,
  )
}

Constructors

pub type Transcript {
  Transcript(
    language_detection: option.Option(Bool),
    disfluencies: option.Option(Bool),
    audio_duration: option.Option(Int),
    language_confidence_threshold: option.Option(Float),
    redact_pii_policies: option.Option(List(String)),
    keyterms_prompt: option.Option(List(String)),
    id: String,
    redact_pii_sub: option.Option(String),
    summary_type: option.Option(String),
    status: String,
    redact_pii: Bool,
    custom_topics: option.Option(Bool),
    webhook_status_code: option.Option(Int),
    language_confidence: option.Option(Float),
    summarization: Bool,
    iab_categories: option.Option(Bool),
    boost_param: option.Option(String),
    webhook_auth: Bool,
    audio_start_from: option.Option(Int),
    summary_model: option.Option(String),
    word_boost: option.Option(List(String)),
    webhook_auth_header_name: option.Option(String),
    speech_threshold: option.Option(Float),
    auto_highlights_result: option.Option(utils.Any),
    text: option.Option(String),
    acoustic_model: String,
    speech_model: utils.Any,
    sentiment_analysis: option.Option(Bool),
    speed_boost: option.Option(Bool),
    iab_categories_result: option.Option(utils.Any),
    confidence: option.Option(Float),
    multichannel: option.Option(Bool),
    redact_pii_audio_quality: option.Option(utils.Any),
    words: option.Option(List(TranscriptWord)),
    entity_detection: option.Option(Bool),
    redact_pii_audio: option.Option(Bool),
    custom_spelling: option.Option(List(TranscriptCustomSpelling)),
    error: option.Option(String),
    summary: option.Option(String),
    chapters: option.Option(List(Chapter)),
    audio_url: String,
    content_safety_labels: option.Option(utils.Any),
    prompt: option.Option(String),
    topics: option.Option(List(String)),
    sentiment_analysis_results: option.Option(
      List(SentimentAnalysisResult),
    ),
    speakers_expected: option.Option(Int),
    language_model: String,
    utterances: option.Option(List(TranscriptUtterance)),
    entities: option.Option(List(Entity)),
    filter_profanity: option.Option(Bool),
    audio_end_at: option.Option(Int),
    dual_channel: option.Option(Bool),
    speaker_labels: option.Option(Bool),
    throttled: option.Option(Bool),
    audio_channels: option.Option(Int),
    content_safety: option.Option(Bool),
    punctuate: option.Option(Bool),
    auto_chapters: option.Option(Bool),
    format_text: option.Option(Bool),
    language_code: option.Option(utils.Any),
    auto_highlights: Bool,
    webhook_url: option.Option(String),
  )
}

Constructors

pub type TranscriptBoostParam =
  String
pub type TranscriptCustomSpelling {
  TranscriptCustomSpelling(to: String, from: List(String))
}

Constructors

  • TranscriptCustomSpelling(to: String, from: List(String))
pub type TranscriptLanguageCode =
  String
pub type TranscriptList {
  TranscriptList(
    transcripts: List(TranscriptListItem),
    page_details: PageDetails,
  )
}

Constructors

pub type TranscriptListItem {
  TranscriptListItem(
    created: String,
    error: option.Option(String),
    resource_url: String,
    id: String,
    status: String,
    completed: option.Option(String),
    audio_url: String,
  )
}

Constructors

  • TranscriptListItem(
      created: String,
      error: option.Option(String),
      resource_url: String,
      id: String,
      status: String,
      completed: option.Option(String),
      audio_url: String,
    )
pub type TranscriptOptionalParams {
  TranscriptOptionalParams(
    language_detection: option.Option(Bool),
    disfluencies: option.Option(Bool),
    language_confidence_threshold: option.Option(Float),
    redact_pii_policies: option.Option(List(String)),
    redact_pii_sub: option.Option(utils.Any),
    summary_type: option.Option(String),
    redact_pii: option.Option(Bool),
    custom_topics: option.Option(Bool),
    content_safety_confidence: option.Option(Int),
    iab_categories: option.Option(Bool),
    summarization: option.Option(Bool),
    boost_param: option.Option(String),
    audio_start_from: option.Option(Int),
    summary_model: option.Option(String),
    webhook_auth_header_value: option.Option(String),
    word_boost: option.Option(List(String)),
    webhook_auth_header_name: option.Option(String),
    speech_threshold: option.Option(Float),
    speech_model: option.Option(utils.Any),
    sentiment_analysis: option.Option(Bool),
    redact_pii_audio_quality: option.Option(String),
    entity_detection: option.Option(Bool),
    redact_pii_audio: option.Option(Bool),
    prompt: option.Option(String),
    topics: option.Option(List(String)),
    audio_end_at: option.Option(Int),
    dual_channel: option.Option(Bool),
    speaker_labels: option.Option(Bool),
    keyterms_prompt: option.Option(List(String)),
    content_safety: option.Option(Bool),
    punctuate: option.Option(Bool),
    auto_chapters: option.Option(Bool),
    format_text: option.Option(Bool),
    language_code: option.Option(utils.Any),
    auto_highlights: option.Option(Bool),
    multichannel: option.Option(Bool),
    custom_spelling: option.Option(List(TranscriptCustomSpelling)),
    webhook_url: option.Option(String),
    speakers_expected: option.Option(Int),
    filter_profanity: option.Option(Bool),
  )
}

Constructors

pub type TranscriptParagraph {
  TranscriptParagraph(
    end: Int,
    text: String,
    confidence: Float,
    words: List(TranscriptWord),
    start: Int,
  )
}

Constructors

  • TranscriptParagraph(
      end: Int,
      text: String,
      confidence: Float,
      words: List(TranscriptWord),
      start: Int,
    )
pub type TranscriptParams =
  dict.Dict(String, utils.Never)
pub type TranscriptReadyNotification {
  TranscriptReadyNotification(
    status: String,
    transcript_id: String,
  )
}

Constructors

  • TranscriptReadyNotification(
      status: String,
      transcript_id: String,
    )
pub type TranscriptReadyStatus =
  String
pub type TranscriptSentence {
  TranscriptSentence(
    speaker: option.Option(String),
    end: Int,
    text: String,
    confidence: Float,
    words: List(TranscriptWord),
    channel: option.Option(String),
    start: Int,
  )
}

Constructors

pub type TranscriptStatus =
  String
pub type TranscriptUtterance {
  TranscriptUtterance(
    speaker: String,
    end: Int,
    text: String,
    confidence: Float,
    words: List(TranscriptWord),
    channel: option.Option(String),
    start: Int,
  )
}

Constructors

  • TranscriptUtterance(
      speaker: String,
      end: Int,
      text: String,
      confidence: Float,
      words: List(TranscriptWord),
      channel: option.Option(String),
      start: Int,
    )
pub type TranscriptWebhookNotification =
  dict.Dict(String, utils.Never)
pub type TranscriptWord {
  TranscriptWord(
    speaker: option.Option(String),
    end: Int,
    text: String,
    confidence: Float,
    channel: option.Option(String),
    start: Int,
  )
}

Constructors

  • TranscriptWord(
      speaker: option.Option(String),
      end: Int,
      text: String,
      confidence: Float,
      channel: option.Option(String),
      start: Int,
    )
pub type UploadedFile {
  UploadedFile(upload_url: String)
}

Constructors

  • UploadedFile(upload_url: String)
pub type WordSearchMatch {
  WordSearchMatch(
    timestamps: List(List(Int)),
    count: Int,
    text: String,
    indexes: List(Int),
  )
}

Constructors

  • WordSearchMatch(
      timestamps: List(List(Int)),
      count: Int,
      text: String,
      indexes: List(Int),
    )
pub type WordSearchResponse {
  WordSearchResponse(
    id: String,
    total_count: Int,
    matches: List(WordSearchMatch),
  )
}

Constructors

  • WordSearchResponse(
      id: String,
      total_count: Int,
      matches: List(WordSearchMatch),
    )
pub type WordSearchTimestamp =
  List(Int)

Values

pub fn anon_93e14bd9_decoder() -> decode.Decoder(Anon93e14bd9)
pub fn anon_93e14bd9_encode(data: Anon93e14bd9) -> json.Json
pub fn audio_intelligence_model_status_decoder() -> decode.Decoder(
  String,
)
pub fn audio_intelligence_model_status_encode(
  data: String,
) -> json.Json
pub fn auto_highlight_result_decoder() -> decode.Decoder(
  AutoHighlightResult,
)
pub fn auto_highlight_result_encode(
  data: AutoHighlightResult,
) -> json.Json
pub fn auto_highlights_result_decoder() -> decode.Decoder(
  AutoHighlightsResult,
)
pub fn auto_highlights_result_encode(
  data: AutoHighlightsResult,
) -> json.Json
pub fn chapter_decoder() -> decode.Decoder(Chapter)
pub fn chapter_encode(data: Chapter) -> json.Json
pub fn content_safety_label_decoder() -> decode.Decoder(
  ContentSafetyLabel,
)
pub fn content_safety_label_encode(
  data: ContentSafetyLabel,
) -> json.Json
pub fn content_safety_label_result_encode(
  data: ContentSafetyLabelResult,
) -> json.Json
pub fn content_safety_labels_result_encode(
  data: ContentSafetyLabelsResult,
) -> json.Json
pub fn create_realtime_temporary_token_params_encode(
  data: CreateRealtimeTemporaryTokenParams,
) -> json.Json
pub fn entity_decoder() -> decode.Decoder(Entity)
pub fn entity_encode(data: Entity) -> json.Json
pub fn entity_type_decoder() -> decode.Decoder(String)
pub fn entity_type_encode(data: String) -> json.Json
pub fn error_decoder() -> decode.Decoder(Error)
pub fn error_encode(data: Error) -> json.Json
pub fn lemur_action_items_params_decoder() -> decode.Decoder(Nil)
pub fn lemur_action_items_params_encode(data: Nil) -> json.Json
pub fn lemur_action_items_response_decoder() -> decode.Decoder(
  Nil,
)
pub fn lemur_action_items_response_encode(data: Nil) -> json.Json
pub fn lemur_base_params_decoder() -> decode.Decoder(
  LemurBaseParams,
)
pub fn lemur_base_params_encode(
  data: LemurBaseParams,
) -> json.Json
pub fn lemur_base_response_decoder() -> decode.Decoder(
  LemurBaseResponse,
)
pub fn lemur_base_response_encode(
  data: LemurBaseResponse,
) -> json.Json
pub fn lemur_model_decoder() -> decode.Decoder(String)
pub fn lemur_model_encode(data: String) -> json.Json
pub fn lemur_question_answer_decoder() -> decode.Decoder(
  LemurQuestionAnswer,
)
pub fn lemur_question_answer_encode(
  data: LemurQuestionAnswer,
) -> json.Json
pub fn lemur_question_answer_params_decoder() -> decode.Decoder(
  Nil,
)
pub fn lemur_question_answer_params_encode(
  data: Nil,
) -> json.Json
pub fn lemur_question_answer_response_decoder() -> decode.Decoder(
  Nil,
)
pub fn lemur_question_answer_response_encode(
  data: Nil,
) -> json.Json
pub fn lemur_question_encode(data: LemurQuestion) -> json.Json
pub fn lemur_response_decoder() -> decode.Decoder(Nil)
pub fn lemur_response_encode(data: Nil) -> json.Json
pub fn lemur_string_response_decoder() -> decode.Decoder(Nil)
pub fn lemur_string_response_encode(data: Nil) -> json.Json
pub fn lemur_summary_params_decoder() -> decode.Decoder(Nil)
pub fn lemur_summary_params_encode(data: Nil) -> json.Json
pub fn lemur_summary_response_decoder() -> decode.Decoder(Nil)
pub fn lemur_summary_response_encode(data: Nil) -> json.Json
pub fn lemur_task_params_decoder() -> decode.Decoder(Nil)
pub fn lemur_task_params_encode(data: Nil) -> json.Json
pub fn lemur_task_response_decoder() -> decode.Decoder(Nil)
pub fn lemur_task_response_encode(data: Nil) -> json.Json
pub fn lemur_usage_decoder() -> decode.Decoder(LemurUsage)
pub fn lemur_usage_encode(data: LemurUsage) -> json.Json
pub fn list_transcript_params_decoder() -> decode.Decoder(
  ListTranscriptParams,
)
pub fn list_transcript_params_encode(
  data: ListTranscriptParams,
) -> json.Json
pub fn page_details_decoder() -> decode.Decoder(PageDetails)
pub fn page_details_encode(data: PageDetails) -> json.Json
pub fn paragraphs_response_decoder() -> decode.Decoder(
  ParagraphsResponse,
)
pub fn paragraphs_response_encode(
  data: ParagraphsResponse,
) -> json.Json
pub fn pii_policy_decoder() -> decode.Decoder(String)
pub fn pii_policy_encode(data: String) -> json.Json
pub fn purge_lemur_request_data_response_encode(
  data: PurgeLemurRequestDataResponse,
) -> json.Json
pub fn realtime_temporary_token_response_encode(
  data: RealtimeTemporaryTokenResponse,
) -> json.Json
pub fn redact_pii_audio_quality_decoder() -> decode.Decoder(
  String,
)
pub fn redact_pii_audio_quality_encode(data: String) -> json.Json
pub fn redacted_audio_notification_decoder() -> decode.Decoder(
  dict.Dict(String, a),
)
pub fn redacted_audio_notification_encode(
  data: dict.Dict(String, utils.Never),
) -> json.Json
pub fn redacted_audio_response_decoder() -> decode.Decoder(
  RedactedAudioResponse,
)
pub fn redacted_audio_response_encode(
  data: RedactedAudioResponse,
) -> json.Json
pub fn redacted_audio_status_decoder() -> decode.Decoder(String)
pub fn redacted_audio_status_encode(data: String) -> json.Json
pub fn sentences_response_decoder() -> decode.Decoder(
  SentencesResponse,
)
pub fn sentences_response_encode(
  data: SentencesResponse,
) -> json.Json
pub fn sentiment_analysis_result_encode(
  data: SentimentAnalysisResult,
) -> json.Json
pub fn sentiment_decoder() -> decode.Decoder(String)
pub fn sentiment_encode(data: String) -> json.Json
pub fn severity_score_summary_decoder() -> decode.Decoder(
  SeverityScoreSummary,
)
pub fn severity_score_summary_encode(
  data: SeverityScoreSummary,
) -> json.Json
pub fn speech_model_decoder() -> decode.Decoder(String)
pub fn speech_model_encode(data: String) -> json.Json
pub fn substitution_policy_decoder() -> decode.Decoder(String)
pub fn substitution_policy_encode(data: String) -> json.Json
pub fn subtitle_format_decoder() -> decode.Decoder(String)
pub fn subtitle_format_encode(data: String) -> json.Json
pub fn summary_model_decoder() -> decode.Decoder(String)
pub fn summary_model_encode(data: String) -> json.Json
pub fn summary_type_decoder() -> decode.Decoder(String)
pub fn summary_type_encode(data: String) -> json.Json
pub fn timestamp_decoder() -> decode.Decoder(Timestamp)
pub fn timestamp_encode(data: Timestamp) -> json.Json
pub fn topic_detection_model_result_encode(
  data: TopicDetectionModelResult,
) -> json.Json
pub fn topic_detection_result_decoder() -> decode.Decoder(
  TopicDetectionResult,
)
pub fn topic_detection_result_encode(
  data: TopicDetectionResult,
) -> json.Json
pub fn transcript_boost_param_decoder() -> decode.Decoder(String)
pub fn transcript_boost_param_encode(data: String) -> json.Json
pub fn transcript_custom_spelling_encode(
  data: TranscriptCustomSpelling,
) -> json.Json
pub fn transcript_decoder() -> decode.Decoder(Transcript)
pub fn transcript_encode(data: Transcript) -> json.Json
pub fn transcript_language_code_decoder() -> decode.Decoder(
  String,
)
pub fn transcript_language_code_encode(data: String) -> json.Json
pub fn transcript_list_encode(data: TranscriptList) -> json.Json
pub fn transcript_list_item_decoder() -> decode.Decoder(
  TranscriptListItem,
)
pub fn transcript_list_item_encode(
  data: TranscriptListItem,
) -> json.Json
pub fn transcript_optional_params_encode(
  data: TranscriptOptionalParams,
) -> json.Json
pub fn transcript_paragraph_decoder() -> decode.Decoder(
  TranscriptParagraph,
)
pub fn transcript_paragraph_encode(
  data: TranscriptParagraph,
) -> json.Json
pub fn transcript_params_decoder() -> decode.Decoder(
  dict.Dict(String, a),
)
pub fn transcript_params_encode(
  data: dict.Dict(String, utils.Never),
) -> json.Json
pub fn transcript_ready_notification_encode(
  data: TranscriptReadyNotification,
) -> json.Json
pub fn transcript_ready_status_decoder() -> decode.Decoder(String)
pub fn transcript_ready_status_encode(data: String) -> json.Json
pub fn transcript_sentence_decoder() -> decode.Decoder(
  TranscriptSentence,
)
pub fn transcript_sentence_encode(
  data: TranscriptSentence,
) -> json.Json
pub fn transcript_status_decoder() -> decode.Decoder(String)
pub fn transcript_status_encode(data: String) -> json.Json
pub fn transcript_utterance_decoder() -> decode.Decoder(
  TranscriptUtterance,
)
pub fn transcript_utterance_encode(
  data: TranscriptUtterance,
) -> json.Json
pub fn transcript_webhook_notification_decoder() -> decode.Decoder(
  dict.Dict(String, a),
)
pub fn transcript_webhook_notification_encode(
  data: dict.Dict(String, utils.Never),
) -> json.Json
pub fn transcript_word_encode(data: TranscriptWord) -> json.Json
pub fn uploaded_file_decoder() -> decode.Decoder(UploadedFile)
pub fn uploaded_file_encode(data: UploadedFile) -> json.Json
pub fn word_search_match_decoder() -> decode.Decoder(
  WordSearchMatch,
)
pub fn word_search_match_encode(
  data: WordSearchMatch,
) -> json.Json
pub fn word_search_response_decoder() -> decode.Decoder(
  WordSearchResponse,
)
pub fn word_search_response_encode(
  data: WordSearchResponse,
) -> json.Json
pub fn word_search_timestamp_decoder() -> decode.Decoder(
  List(Int),
)
pub fn word_search_timestamp_encode(data: List(Int)) -> json.Json
Search Document