RedactedAudioFile: {
    arrayBuffer: (() => Promise<ArrayBuffer>);
    blob: (() => Promise<Blob>);
    body: ReadableStream<Uint8Array> | null;
    bodyUsed: boolean;
}

The PII redacted audio file, transmitted over the network.