Blockchain

AssemblyAI Launches C# .NET SDK and New AI Tutorials



Alvin Lang
Sep 08, 2024 01:48

AssemblyAI introduces its C# .NET SDK and releases new tutorials on AI functions, 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 line with AssemblyAI. This launch is accompanied by a collection of recent tutorials aimed toward enhancing builders’ capabilities in creating AI-driven functions.

Introduction of AssemblyAI C# .NET SDK

The newly launched AssemblyAI C# .NET SDK facilitates the usage of superior Speech AI fashions with .NET languages, offering a streamlined course of for builders. An instance offered by AssemblyAI demonstrates the right way to transcribe an audio file utilizing the SDK:

utilizing AssemblyAI;
utilizing AssemblyAI.Transcripts;

var shopper = new AssemblyAIClient("YOUR_API_KEY");

var transcript = await shopper.Transcripts.TranscribeAsync(new TranscriptParams
{
    AudioUrl = "
});

transcript.EnsureStatusCompleted();

Console.WriteLine(transcript.Textual content);

Detailed directions and extra details about the SDK will be discovered on AssemblyAI’s blog and documentation.

New AI Tutorials

Along with the SDK, AssemblyAI has launched new tutorials to assist builders construct progressive AI functions. 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 page.

Picture supply: Shutterstock


DailyBlockchain.News Admin

Our Mission is to bridge the knowledge gap and foster an informed blockchain community by presenting clear, concise, and reliable information every single day. Join us on this exciting journey into the future of finance, technology, and beyond. Whether you’re a blockchain novice or an enthusiast, DailyBlockchain.news is here for you.
Back to top button