[ad_1]
Alvin Lang
Sep 08, 2024 01:48
AssemblyAI introduces its C# .NET SDK and releases new tutorials on AI purposes, together with a Discord voice bot, AI video conferencing app, and rip-off name detection.
AssemblyAI has unveiled its new C# .NET SDK, simplifying the combination of the newest Speech AI fashions with .NET languages like C#, in response to AssemblyAI. This launch is accompanied by a collection of recent tutorials aimed toward enhancing builders’ capabilities in creating AI-driven purposes.
Introduction of AssemblyAI C# .NET SDK
The newly launched AssemblyAI C# .NET SDK facilitates using superior Speech AI fashions with .NET languages, offering a streamlined course of for builders. An instance supplied by AssemblyAI demonstrates find out how to transcribe an audio file utilizing the SDK:
utilizing AssemblyAI;
utilizing AssemblyAI.Transcripts;
var consumer = new AssemblyAIClient(“YOUR_API_KEY”);
var transcript = await consumer.Transcripts.TranscribeAsync(new TranscriptParams
{
AudioUrl = “https://storage.googleapis.com/aai-docs-samples/nbc.mp3″
});
transcript.EnsureStatusCompleted();
Console.WriteLine(transcript.Textual content);
Detailed directions and extra details about the SDK might be discovered on AssemblyAI’s weblog and documentation.
New AI Tutorials
Along with the SDK, AssemblyAI has launched new tutorials to assist builders construct progressive AI purposes. Highlights from these tutorials embody:
YouTube Tutorials
AssemblyAI additionally presents a number of trending YouTube tutorials, together with:
For extra info and to remain up to date on new product options and tutorials, go to AssemblyAI’s subscription web page.
Picture supply: Shutterstock
[ad_2]
Source link


