type LiveTranscriptionProps = { text: string; }; export default function LiveTrancription(props: LiveTranscriptionProps) { return (