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.AllowFileSystemAccess
property totrue
. - Configure the
INPUT
variable with a local file path.