SwiftBindings.BlinkID 7.8.4

dotnet add package SwiftBindings.BlinkID --version 7.8.4
                    
NuGet\Install-Package SwiftBindings.BlinkID -Version 7.8.4
                    
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="SwiftBindings.BlinkID" Version="7.8.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SwiftBindings.BlinkID" Version="7.8.4" />
                    
Directory.Packages.props
<PackageReference Include="SwiftBindings.BlinkID" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SwiftBindings.BlinkID --version 7.8.4
                    
#r "nuget: SwiftBindings.BlinkID, 7.8.4"
                    
#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.
#:package SwiftBindings.BlinkID@7.8.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SwiftBindings.BlinkID&version=7.8.4
                    
Install as a Cake Addin
#tool nuget:?package=SwiftBindings.BlinkID&version=7.8.4
                    
Install as a Cake Tool

SwiftBindings.BlinkID

Native Swift interop bindings for BlinkID, Microblink's ID document scanning SDK. These are not Objective-C proxy wrappers — they use .NET 10's native Swift interop for direct, high-performance calls into Swift APIs from C#.

Installation

dotnet add package SwiftBindings.BlinkID

Requirements

  • .NET 10.0+
  • iOS 15.0+
  • macOS host for development
  • A BlinkID licence key from Microblink (BlinkID is commercial)

Usage

using BlinkID;
using Swift.Runtime;

// Inspect scanning result types — full populated results are produced by an
// active scanning session through the BlinkIDUX surface.
var resultMetadata = SwiftObjectHelper<BlinkIDScanningResult>.GetTypeMetadata();
var settingsMetadata = SwiftObjectHelper<BlinkIDSdkSettings>.GetTypeMetadata();

This package binds the BlinkID core scanning engine. For the camera UX, use SwiftBindings.BlinkIDUX on top of this package.

See Microblink's BlinkID documentation for licensing, supported document types, and the full result schema.

Documentation

How It Works

These bindings are auto-generated by Swift Dotnet Bindings using .NET 10's native Swift interop via the SwiftBindings SDK.

Building from Source

Only needed if you're contributing or building the package locally.

# One-time: install the pinned Nuke CLI from .config/dotnet-tools.json
dotnet tool restore

# Build the package end-to-end (xcframework + bindings + dotnet build)
dotnet nuke BuildLibrary --library BlinkID

License

The bindings are MIT licensed. The BlinkID SDK itself is licensed by Microblink — refer to Microblink's licensing terms.

Product Compatible and additional computed target framework versions.
.NET net10.0-ios26.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SwiftBindings.BlinkID:

Package Downloads
SwiftBindings.BlinkIDUX

.NET bindings for the BlinkIDUX Swift library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.8.4 119 6/27/2026
7.8.3 114 6/15/2026
7.8.2 120 6/11/2026
7.8.1 116 6/1/2026
7.8.0 107 5/19/2026