tryAGI.AssemblyAI
0.0.0-dev.12
Prefix Reserved
dotnet add package tryAGI.AssemblyAI --version 0.0.0-dev.12
NuGet\Install-Package tryAGI.AssemblyAI -Version 0.0.0-dev.12
<PackageReference Include="tryAGI.AssemblyAI" Version="0.0.0-dev.12" />
paket add tryAGI.AssemblyAI --version 0.0.0-dev.12
#r "nuget: tryAGI.AssemblyAI, 0.0.0-dev.12"
// Install tryAGI.AssemblyAI as a Cake Addin #addin nuget:?package=tryAGI.AssemblyAI&version=0.0.0-dev.12&prerelease // Install tryAGI.AssemblyAI as a Cake Tool #tool nuget:?package=tryAGI.AssemblyAI&version=0.0.0-dev.12&prerelease
AssemblyAI
AssemblyAI has an official .NET SDK available, and we use this SDK primarily to improve the overall experience of our SDK/try to reach/exceed the level of the official one and extend it to all our generated SDKs for other platforms.
Features 🔥
- Fully generated C# SDK based on official AssemblyAI OpenAPI specification using OpenApiGenerator
- Same day update to support new features
- Updated and supported automatically if there are no breaking changes
- All modern .NET features - nullability, trimming, NativeAOT, etc.
- Support .Net Framework/.Net Standard 2.0
Usage
using AssemblyAI;
using var api = new AssemblyAIClient(apiKey);
var fileUrl = "https://github.com/AssemblyAI-Community/audio-examples/raw/main/20230607_me_canadian_wildfires.mp3";
//// You can also transcribe a local file by passing in a file path
// var filePath = "./path/to/file.mp3";
// var uploadedFile = await client.Transcript.UploadFileAsync();
// fileUrl = uploadedFile.UploadUrl;
Transcript transcript = await client.Transcript.CreateTranscriptAsync(TranscriptParams.FromUrl(
fileUrl,
new TranscriptOptionalParams
{
LanguageDetection = true,
SpeakerLabels = true, // Identify speakers in your audios
AutoHighlights = true, // Identifying highlights in your audio
}));
transcript.EnsureStatusCompleted();
Console.WriteLine(transcript);
Support
Priority place for bugs: https://github.com/tryAGI/AssemblyAI/issues
Priority place for ideas and general questions: https://github.com/tryAGI/AssemblyAI/discussions
Discord: https://discord.gg/Ca2xhfBf3v
Acknowledgments
This project is supported by JetBrains through the Open Source Support Program.
This project is supported by CodeRabbit through the Open Source Support Program.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- System.Text.Json (>= 8.0.4)
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.4)
-
net6.0
- System.Text.Json (>= 8.0.4)
-
net8.0
- System.Text.Json (>= 8.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.0-dev.12 | 51 | 9/26/2024 |
0.0.0-dev.8 | 50 | 9/9/2024 |
0.0.0-dev.6 | 43 | 9/8/2024 |
0.0.0-dev.4 | 58 | 9/7/2024 |
0.0.0-dev.3 | 49 | 9/7/2024 |
0.0.0-dev.2 | 49 | 9/7/2024 |