Microsoft.AI.Skills.SkillInterfacePreview
0.6.0
Prefix Reserved
Microsoft.AI.Skills.SkillInterface
Additional DetailsThis package is deprecated as it was a preview (as shown in its suffix moniker) and is now being replaced by non-monikored package offering the same functionalities and more with improve performance and reliability
dotnet add package Microsoft.AI.Skills.SkillInterfacePreview --version 0.6.0
NuGet\Install-Package Microsoft.AI.Skills.SkillInterfacePreview -Version 0.6.0
<PackageReference Include="Microsoft.AI.Skills.SkillInterfacePreview" Version="0.6.0" />
paket add Microsoft.AI.Skills.SkillInterfacePreview --version 0.6.0
#r "nuget: Microsoft.AI.Skills.SkillInterfacePreview, 0.6.0"
// Install Microsoft.AI.Skills.SkillInterfacePreview as a Cake Addin #addin nuget:?package=Microsoft.AI.Skills.SkillInterfacePreview&version=0.6.0 // Install Microsoft.AI.Skills.SkillInterfacePreview as a Cake Tool #tool nuget:?package=Microsoft.AI.Skills.SkillInterfacePreview&version=0.6.0
- Added SkillInformation class
- Encapsulate skill information in ISkillDescriptor.Information instead of:
- ISkillDescriptor.Name
- ISkillDescriptor.Version
- ISkillDescriptor.Id
- ISkillDescriptor.Description
- Better error handling
- Allow Tensors with a single entry to be set using a value primitive:
i.e. :
// Suppose you have a binding instance obtained from a skill like so: ISkillBinding binding = await skill.CreateSkillBindingAsync(); // in case of a SkillTensorIntFeatureValue with a shape of [1] placed in a binding object under a feature called "test", // you can now invoke: await binding["Test"].SetValueAsync(42); // where formerly you would have to call (note that this is still supported): await binding["Test"].SetValueAsync(new List<int>(){42});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
native | native is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows | win32 is compatible. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Microsoft.AI.Skills.SkillInterfacePreview:
Package | Downloads |
---|---|
Intel.AI.Skills.FaceDetection
Face detector skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and outputs bounding boxes for detected face(s) and other attributes like left/right eye, left/right mouth and nose tip. |
|
Intel.AI.Skills.BackgroundReplacement
Background replacement skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and segments out person(s) while replacing the background with user selected image. |
|
Intel.AI.Skills.PersonDetection
Person detector skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and outputs bounding boxes for detected person(s). |
|
Intel.AI.Skills.BackgroundBlur
Background blur skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes an image/video frame as input and blurs the background to highlight attention on user in the foreground. |
|
Intel.AI.Skills.SuperResolution
Super resolution skill that extends the Microsoft.AI.Skills.SkillInterfacePreview APIs. It takes a low resolution image/video frame (320x240) and outputs a high resolution image (1280x960) using super resolution. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|