Type Alias SpeakerIdentificationRequest

SpeakerIdentificationRequest: {
    known_values?: string[];
    speaker_type: SpeakerType;
}

Speaker identification configuration for speech understanding

Type declaration

  • Optionalknown_values?: string[]

    Known speaker values (required when speaker_type is 'role')

  • speaker_type: SpeakerType

    The type of speaker identification to perform