Type Alias SpeakerIdentificationResponse

SpeakerIdentificationResponse: {
    mapping?: Record<string, string>;
    status: string;
}

Speaker identification response containing status and mapping

Type declaration

  • Optionalmapping?: Record<string, string>

    Mapping of original speaker labels to identified speaker labels

  • status: string

    Status of the speaker identification feature (e.g., 'success')