Microsoft.AI.Skills.SkillInterfacePreview 0.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Microsoft.AI.Skills.SkillInterface

Additional Details

This 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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AI.Skills.SkillInterfacePreview" Version="0.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AI.Skills.SkillInterfacePreview --version 0.6.0
#r "nuget: Microsoft.AI.Skills.SkillInterfacePreview, 0.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (12)

Showing the top 5 NuGet packages that depend on Microsoft.AI.Skills.SkillInterfacePreview:

Package Downloads
Microsoft.AI.Skills.Vision.ObjectDetectorPreview The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft Object Detector Skill

Microsoft.AI.Skills.Vision.SkeletalDetectorPreview The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft Skeletal Detector Skill

Intel.AI.Skills.FaceDetection The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.6.0 8,192 8/21/2019
0.5.2.15 39,648 5/17/2019
0.5.2.13 2,181 4/24/2019