CreateTranscriptOptions: {
    poll?: undefined | boolean;
    pollingInterval?: undefined | number;
    pollingTimeout?: undefined | number;
}

Type declaration

  • Optionalpoll?: undefined | boolean

    Whether to poll the transcript until it is ready.

    true
    
  • OptionalpollingInterval?: undefined | number

    The amount of time to wait between polling requests.

    3000 or every 3 seconds
    
  • OptionalpollingTimeout?: undefined | number

    The maximum amount of time to wait for the transcript to be ready.

    -1 which means wait forever
    

Use TranscriptService.transcribe with TranscribeOptions.