philter-sdk-net
1.0.0-build50
See the version list below for details.
dotnet add package philter-sdk-net --version 1.0.0-build50
NuGet\Install-Package philter-sdk-net -Version 1.0.0-build50
<PackageReference Include="philter-sdk-net" Version="1.0.0-build50" />
paket add philter-sdk-net --version 1.0.0-build50
#r "nuget: philter-sdk-net, 1.0.0-build50"
// Install philter-sdk-net as a Cake Addin #addin nuget:?package=philter-sdk-net&version=1.0.0-build50&prerelease // Install philter-sdk-net as a Cake Tool #tool nuget:?package=philter-sdk-net&version=1.0.0-build50&prerelease
Philter SDK for .NET
The Philter SDK for .NET enables .NET developers to easily work with Philter. Philter identifies and manipulates sensitive information like Protected Health Information (PHI) and personally identifiable information (PII) from natural language text.
Refer to Philter API documentation for details on the methods available.
Build
The project can be built using Visual Studio or other .NET IDE. It can be built via the command line using either the build.bat
or build.sh
scripts depending on your platform.
Usage
Install using NuGet.
Or, clone and import the project into your solution.
git clone https://github.com/mtnfog/philter-sdk-net.git
With an available running instance of Philter, to filter text:
PhilterClient client = new PhilterClient("https://127.0.0.1:8080");
string filteredText = client.Filter(text);
To filter text with explanation:
PhilterClient client = new PhilterClient("https://127.0.0.1:8080");
ExplainResponse explainResponse = client.Explain(text);
License
This project is licensed under the Apache Software License, version 2.0.
Copyright 2020 Mountain Fog, Inc.
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 | 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 | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. 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.5.2
- Newtonsoft.Json (>= 12.0.3)
- RestSharp (>= 106.10.1)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- RestSharp (>= 106.10.1)
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 | |
---|---|---|---|
1.1.0-build83 | 367 | 6/18/2020 | |
1.0.0-build69 | 306 | 4/3/2020 | |
1.0.0-build68 | 298 | 4/2/2020 | |
1.0.0-build62 | 310 | 4/2/2020 | |
1.0.0-build55 | 306 | 4/2/2020 | |
1.0.0-build54 | 311 | 3/29/2020 | |
1.0.0-build50 | 306 | 2/26/2020 |