Skip to main content

Quickstart

Add the AssemblyAI.SemanticKernel NuGet package to your project.
Next, register the TranscriptPlugin into your kernel:

Usage

Get the Transcribe function from the transcript plugin and invoke it with the context variables.
You can get the transcript using result.GetValue<string>(). You can also upload local audio and video file. To do this:
  • Set the TranscriptPlugin.AllowFileSystemAccess property to true.
  • Configure the INPUT variable with a local file path.
You can also invoke the function from within a semantic function like this.

Additional resources

You can learn more about using Semantic Kernel with AssemblyAI in these resources: