Quickstart
Add the AssemblyAI.SemanticKernel NuGet package to your project.TranscriptPlugin into your kernel:
Usage
Get theTranscribe function from the transcript plugin and invoke it with the context variables.
result.GetValue<string>().
You can also upload local audio and video file. To do this:
- Set the
TranscriptPlugin.AllowFileSystemAccessproperty totrue. - Configure the
INPUTvariable with a local file path.