Download Google Prediction API for C# .NET

Description

It's the Google Prediction API in a very convenient .NET library, written in C#.

Source Files

The download file gpapi.zip has the following entries.


trunk/lib/Release/Newtonsoft.Json.dll/*from w w  w .ja v  a2  s.com*/
trunk/lib/Release/Newtonsoft.Json.pdb
trunk/lib/Release/Newtonsoft.Json.xml
trunk/lib/Release/Parise.Google.Predict35.XML
trunk/lib/Release/Parise.Google.Predict35.dll
trunk/lib/Release/Parise.Google.Predict35.pdb
trunk/lib/Release/Parise.Google.Predict40.XML
trunk/lib/Release/Parise.Google.Predict40.dll
trunk/lib/Release/Parise.Google.Predict40.pdb
trunk/src/GooglePredict35/Auth/ClientLoginErrorCode.cs
trunk/src/GooglePredict35/Auth/ClientLoginErrors.cs
trunk/src/GooglePredict35/Auth/ClientLoginRequest.cs
trunk/src/GooglePredict35/Auth/ClientLoginResponse.cs
trunk/src/GooglePredict35/Exceptions/ClientLoginException.cs
trunk/src/GooglePredict35/GooglePredict.csproj
trunk/src/GooglePredict35/GooglePredict.csproj.vspscc
trunk/src/GooglePredict35/GooglePredict.sln
trunk/src/GooglePredict35/GooglePredictionClient.cs
trunk/src/GooglePredict35/IGooglePredictionClient.cs
trunk/src/GooglePredict35/Properties/AssemblyInfo.cs
trunk/src/GooglePredict35/Requests/Core/GooglePredictionApiRequest.cs
trunk/src/GooglePredict35/Requests/Core/IGooglePredictionApiRequest.cs
trunk/src/GooglePredict35/Requests/DeleteRequest.cs
trunk/src/GooglePredict35/Requests/Features/FeatureData.cs
trunk/src/GooglePredict35/Requests/Features/FeatureInput.cs
trunk/src/GooglePredict35/Requests/Features/Features.cd
trunk/src/GooglePredict35/Requests/Features/IFeature.cs
trunk/src/GooglePredict35/Requests/Features/MixedFeatures.cs
trunk/src/GooglePredict35/Requests/Features/MixtureFeatureData.cs
trunk/src/GooglePredict35/Requests/Features/NumericFeatureData.cs
trunk/src/GooglePredict35/Requests/Features/NumericFeatures.cs
trunk/src/GooglePredict35/Requests/Features/TextFeatureData.cs
trunk/src/GooglePredict35/Requests/Features/TextFeatures.cs
trunk/src/GooglePredict35/Requests/MetadataRequest.cs
trunk/src/GooglePredict35/Requests/PredictionRequest.cs
trunk/src/GooglePredict35/Requests/Requests.cd
trunk/src/GooglePredict35/Requests/TrainingRequest.cs
trunk/src/GooglePredict35/Resources/Newtonsoft/DotNet/Newtonsoft.Json.dll
trunk/src/GooglePredict35/Resources/Newtonsoft/DotNet/Newtonsoft.Json.pdb
trunk/src/GooglePredict35/Resources/Newtonsoft/DotNet/Newtonsoft.Json.xml
trunk/src/GooglePredict35/Responses/BaseResponse.cs
trunk/src/GooglePredict35/Responses/DeleteResponse.cs
trunk/src/GooglePredict35/Responses/MetadataResponse.cs
trunk/src/GooglePredict35/Responses/PredictionResponse.cs
trunk/src/GooglePredict35/Responses/Responses.cd
trunk/src/GooglePredict35/Responses/TrainingResponse.cs
trunk/src/GooglePredict35/UriHacks.cs
trunk/src/GooglePredict35/key.snk
trunk/src/GooglePredict40/Auth/ClientLoginErrorCode.cs
trunk/src/GooglePredict40/Auth/ClientLoginErrors.cs
trunk/src/GooglePredict40/Auth/ClientLoginRequest.cs
trunk/src/GooglePredict40/Auth/ClientLoginResponse.cs
trunk/src/GooglePredict40/Exceptions/ClientLoginException.cs
trunk/src/GooglePredict40/GooglePredict.csproj
trunk/src/GooglePredict40/GooglePredict.csproj.vspscc
trunk/src/GooglePredict40/GooglePredictionClient.cs
trunk/src/GooglePredict40/IGooglePredictionClient.cs
trunk/src/GooglePredict40/Model.cs
trunk/src/GooglePredict40/Properties/AssemblyInfo.cs
trunk/src/GooglePredict40/Requests/Core/GooglePredictionApiRequest.cs
trunk/src/GooglePredict40/Requests/Core/IGooglePredictionApiRequest.cs
trunk/src/GooglePredict40/Requests/DeleteRequest.cs
trunk/src/GooglePredict40/Requests/Features/FeatureData.cs
trunk/src/GooglePredict40/Requests/Features/FeatureInput.cs
trunk/src/GooglePredict40/Requests/Features/Features.cd
trunk/src/GooglePredict40/Requests/Features/IFeature.cs
trunk/src/GooglePredict40/Requests/Features/MixedFeatures.cs
trunk/src/GooglePredict40/Requests/Features/MixtureFeatureData.cs
trunk/src/GooglePredict40/Requests/Features/NumericFeatureData.cs
trunk/src/GooglePredict40/Requests/Features/NumericFeatures.cs
trunk/src/GooglePredict40/Requests/Features/TextFeatureData.cs
trunk/src/GooglePredict40/Requests/Features/TextFeatures.cs
trunk/src/GooglePredict40/Requests/MetadataRequest.cs
trunk/src/GooglePredict40/Requests/PredictionRequest.cs
trunk/src/GooglePredict40/Requests/Requests.cd
trunk/src/GooglePredict40/Requests/TrainingRequest.cs
trunk/src/GooglePredict40/Resources/Newtonsoft/DotNet/Newtonsoft.Json.dll
trunk/src/GooglePredict40/Resources/Newtonsoft/DotNet/Newtonsoft.Json.pdb
trunk/src/GooglePredict40/Resources/Newtonsoft/DotNet/Newtonsoft.Json.xml
trunk/src/GooglePredict40/Responses/BaseResponse.cs
trunk/src/GooglePredict40/Responses/DeleteResponse.cs
trunk/src/GooglePredict40/Responses/MetadataResponse.cs
trunk/src/GooglePredict40/Responses/PredictionResponse.cs
trunk/src/GooglePredict40/Responses/Responses.cd
trunk/src/GooglePredict40/Responses/TrainingResponse.cs
trunk/src/GooglePredict40/UriHacks.cs
trunk/src/GooglePredict40/key.snk
trunk/src/PredictionGui35/Form1.Designer.cs
trunk/src/PredictionGui35/Form1.cs
trunk/src/PredictionGui35/Form1.resx
trunk/src/PredictionGui35/PredictionGUI.csproj
trunk/src/PredictionGui35/PredictionGUI.csproj.vspscc
trunk/src/PredictionGui35/Program.cs
trunk/src/PredictionGui35/Properties/AssemblyInfo.cs
trunk/src/PredictionGui35/Properties/Resources.Designer.cs
trunk/src/PredictionGui35/Properties/Resources.resx
trunk/src/PredictionGui35/Properties/Settings.Designer.cs
trunk/src/PredictionGui35/Properties/Settings.settings
trunk/src/PredictionGui35/app.config
trunk/src/PredictionGui35/res/Newtonsoft.Json.dll
trunk/src/PredictionGui35/res/Newtonsoft.Json.pdb
trunk/src/PredictionGui35/res/Newtonsoft.Json.xml
trunk/src/PredictionGui35/res/Parise.Google.Predict.dll
trunk/src/PredictionGui35/res/Parise.Google.Predict.pdb

Download

Click the following link to download gpapi.zip.

gpapi.zip




















Home »
  C# Free Code »
    API »




API