As of 4.36.5 Effort does not exist in type SpeakerIdentificationRequest despite this field being in the documentation https://www.assemblyai.com/docs/speech-understanding/speaker-identification#controlling-effort
|
export type SpeakerIdentificationRequest = { |
|
/** |
|
* The type of speaker identification to perform |
|
*/ |
|
speaker_type: SpeakerType; |
|
/** |
As of 4.36.5
Effortdoes not exist in typeSpeakerIdentificationRequestdespite this field being in the documentation https://www.assemblyai.com/docs/speech-understanding/speaker-identification#controlling-effortassemblyai-node-sdk/src/types/openapi.generated.ts
Lines 1514 to 1519 in 5051f3e