Type Alias CustomFormattingResponse

CustomFormattingResponse: {
    formatted_text?: string;
    formatted_utterances?: Record<string, unknown>[];
    mapping?: Record<string, string>;
    status: string;
}

Custom formatting response containing mapping and formatted texts

Type declaration

  • Optionalformatted_text?: string

    Full transcript text with formatted entities

  • Optionalformatted_utterances?: Record<string, unknown>[]

    List of utterances with formatted text

  • Optionalmapping?: Record<string, string>

    Mapping of original entities to formatted entities

  • status: string

    Status of the custom formatting feature