From 20eb3223f1808e33049465615768d25f7b1a1e38 Mon Sep 17 00:00:00 2001 From: Project Oxford SDK Date: Tue, 8 Mar 2016 13:21:49 -0800 Subject: [PATCH] Project Oxford SDK Release - March 2016 --- .../emotion/EmotionServiceClient.java | 4 +- .../emotion/EmotionServiceRestClient.java | 4 +- .../emotion/contract/FaceRectangle.java | 4 +- .../emotion/contract/RecognizeResult.java | 4 +- .../emotion/contract/Scores.java | 4 +- .../emotion/rest/EmotionServiceException.java | 4 +- .../emotion/rest/WebServiceRequest.java | 4 +- .../emotionsample/ApplicationTest.java | 4 +- .../emotionsample/MainActivity.java | 2 +- .../emotionsample/RecognizeActivity.java | 2 +- .../emotionsample/helper/ImageHelper.java | 2 +- .../helper/SelectImageActivity.java | 2 +- .../ClientLibrary/Common/ClientError.cs | 4 +- .../ClientLibrary/Common/ClientException.cs | 4 +- .../Windows/ClientLibrary/Common/Rectangle.cs | 4 +- .../Windows/ClientLibrary/Contract/Emotion.cs | 4 +- .../Windows/ClientLibrary/Contract/Scores.cs | 4 +- .../ClientLibrary/EmotionServiceClient.cs | 4 +- .../ClientLibrary/IEmotionServiceClient.cs | 4 +- .../ClientLibrary/Properties/AssemblyInfo.cs | 4 +- Emotion/Windows/Sample-WPF/App.xaml.cs | 4 +- .../DetectEmotionUsingStreamPage.xaml.cs | 4 +- .../DetectEmotionUsingURLPage.xaml.cs | 4 +- .../EmotionDetectionUserControl.xaml.cs | 4 +- Emotion/Windows/Sample-WPF/MainWindow.xaml.cs | 4 +- .../Sample-WPF/Properties/AssemblyInfo.cs | 4 +- .../projectoxford/face/FaceServiceClient.java | 4 +- .../face/FaceServiceRestClient.java | 4 +- .../face/common/ClientError.java | 4 +- .../face/common/RequestMethod.java | 4 +- .../face/common/ServiceError.java | 4 +- .../face/contract/AddPersistedFaceResult.java | 4 +- .../face/contract/Candidate.java | 4 +- .../face/contract/CreatePersonResult.java | 4 +- .../projectoxford/face/contract/Face.java | 4 +- .../face/contract/FaceAttribute.java | 4 +- .../face/contract/FaceLandmarks.java | 4 +- .../projectoxford/face/contract/FaceList.java | 4 +- .../face/contract/FaceListMetadata.java | 4 +- .../face/contract/FaceMetadata.java | 4 +- .../face/contract/FaceRectangle.java | 4 +- .../face/contract/FacialHair.java | 4 +- .../face/contract/FeatureCoordinate.java | 4 +- .../face/contract/GroupResult.java | 4 +- .../projectoxford/face/contract/HeadPose.java | 4 +- .../face/contract/IdentifyResult.java | 4 +- .../projectoxford/face/contract/Person.java | 4 +- .../face/contract/PersonFace.java | 4 +- .../face/contract/PersonGroup.java | 4 +- .../face/contract/SimilarFace.java | 4 +- .../face/contract/SimilarPersistedFace.java | 4 +- .../face/contract/TrainingStatus.java | 4 +- .../face/contract/VerifyResult.java | 4 +- .../face/rest/ClientException.java | 4 +- .../face/rest/HttpDeleteWithBody.java | 4 +- .../projectoxford/face/rest/HttpPatch.java | 4 +- .../face/rest/ServiceException.java | 4 +- .../face/rest/WebServiceRequest.java | 4 +- .../face/samples/DetectionActivity.java | 4 +- .../face/samples/FindSimilarFaceActivity.java | 4 +- .../face/samples/GroupingActivity.java | 4 +- .../face/samples/IdentificationActivity.java | 4 +- .../face/samples/MainActivity.java | 4 +- .../face/samples/VerificationActivity.java | 4 +- .../face/samples/helper/EmbeddedGridView.java | 4 +- .../face/samples/helper/ImageHelper.java | 4 +- .../face/samples/helper/LogHelper.java | 4 +- .../face/samples/helper/SampleApp.java | 4 +- .../samples/helper/SelectImageActivity.java | 4 +- .../face/samples/helper/StorageHelper.java | 4 +- .../samples/log/DetectionLogActivity.java | 4 +- .../log/FindSimilarFaceLogActivity.java | 4 +- .../face/samples/log/GroupingLogActivity.java | 4 +- .../log/IdentificationLogActivity.java | 4 +- .../samples/log/VerificationLogActivity.java | 4 +- .../AddFaceToPersonActivity.java | 4 +- .../persongroupmanagement/PersonActivity.java | 4 +- .../PersonGroupActivity.java | 4 +- .../PersonGroupListActivity.java | 4 +- .../Contract/AddPersistedFaceResult.cs | 4 +- .../ClientLibrary/Contract/Candidate.cs | 4 +- .../ClientLibrary/Contract/ClientError.cs | 4 +- .../Contract/CreatePersonResult.cs | 4 +- Face/Windows/ClientLibrary/Contract/Face.cs | 4 +- .../ClientLibrary/Contract/FaceAttributes.cs | 4 +- .../ClientLibrary/Contract/FaceLandmarks.cs | 4 +- .../ClientLibrary/Contract/FaceList.cs | 4 +- .../Contract/FaceListMetadata.cs | 4 +- .../ClientLibrary/Contract/FaceMetadata.cs | 4 +- .../ClientLibrary/Contract/FaceRectangle.cs | 4 +- .../ClientLibrary/Contract/FacialHair.cs | 4 +- .../Contract/FeatureCoordinate.cs | 4 +- .../ClientLibrary/Contract/GroupResult.cs | 4 +- .../ClientLibrary/Contract/HeadPose.cs | 4 +- .../ClientLibrary/Contract/IdentifyResult.cs | 4 +- Face/Windows/ClientLibrary/Contract/Person.cs | 4 +- .../ClientLibrary/Contract/PersonFace.cs | 4 +- .../ClientLibrary/Contract/PersonGroup.cs | 4 +- .../ClientLibrary/Contract/SimilarFace.cs | 4 +- .../Contract/SimilarPersistedFace.cs | 4 +- .../ClientLibrary/Contract/TrainingStatus.cs | 4 +- .../ClientLibrary/Contract/VerifyResult.cs | 4 +- .../Windows/ClientLibrary/FaceAPIException.cs | 4 +- .../ClientLibrary/FaceServiceClient.cs | 4 +- .../ClientLibrary/IFaceServiceClient.cs | 4 +- .../ClientLibrary/Properties/AssemblyInfo.cs | 4 +- Face/Windows/Sample-WPF/App.xaml.cs | 4 +- Face/Windows/Sample-WPF/Controls/Face.cs | 4 +- .../Controls/FaceDetectionPage.xaml | 4 +- .../Controls/FaceDetectionPage.xaml.cs | 4 +- .../Controls/FaceFindSimilarPage.xaml | 4 +- .../Controls/FaceFindSimilarPage.xaml.cs | 4 +- .../Sample-WPF/Controls/FaceGroupingPage.xaml | 4 +- .../Controls/FaceGroupingPage.xaml.cs | 4 +- .../Controls/FaceIdentificationPage.xaml | 4 +- .../Controls/FaceIdentificationPage.xaml.cs | 4 +- .../Controls/FaceVerificationPage.xaml | 4 +- .../Controls/FaceVerificationPage.xaml.cs | 4 +- Face/Windows/Sample-WPF/Controls/UIHelper.cs | 4 +- Face/Windows/Sample-WPF/MainWindow.xaml.cs | 4 +- .../Sample-WPF/Properties/AssemblyInfo.cs | 4 +- README.md | 5 +- SampleUtil/LicenseHeader.txt | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../SampleUserControl.xaml.cs | 4 +- .../SubscriptionKeyPage.xaml.cs | 4 +- .../Python/Identification/CreateProfile.py | 4 +- .../Python/Identification/EnrollProfile.py | 4 +- .../Identification/EnrollmentResponse.py | 4 +- .../Identification/IdentificationProfile.py | 4 +- .../Identification/IdentificationResponse.py | 4 +- .../IdentificationServiceHttpClientHelper.py | 4 +- .../Python/Identification/IdentifyFile.py | 4 +- .../Python/Identification/PrintAllProfiles.py | 4 +- .../Identification/ProfileCreationResponse.py | 4 +- .../App.xaml.cs | 4 +- .../ClientLibrary/CreateProfileResponse.cs | 4 +- .../ClientLibrary/EnrollmentException.cs | 4 +- .../EnrollmentOperationResponse.cs | 4 +- .../ClientLibrary/EnrollmentResponse.cs | 4 +- .../ClientLibrary/EnrollmentStatus.cs | 4 +- .../ClientLibrary/GetProfileException.cs | 4 +- .../ClientLibrary/IdentificationConfidence.cs | 4 +- .../ClientLibrary/IdentificationException.cs | 4 +- .../IdentificationOperationResponse.cs | 4 +- .../ClientLibrary/IdentificationProfile.cs | 4 +- .../ClientLibrary/IdentificationResponse.cs | 4 +- .../ClientLibrary/OperationStatus.cs | 4 +- .../ClientLibrary/ProfileCreationException.cs | 4 +- .../ClientLibrary/SpeechIdServiceClient.cs | 4 +- .../EnrollSpeakersPage.xaml.cs | 4 +- .../IdentifyFilePage.xaml.cs | 4 +- .../MainWindow.xaml.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../SpeakersListPage.xaml.cs | 4 +- .../App.xaml.cs | 4 +- .../ClientLibrary/EnrollmentException.cs | 4 +- .../ClientLibrary/EnrollmentResponse.cs | 4 +- .../EnrollmentVerificationError.cs | 4 +- .../ClientLibrary/ErrorResponse.cs | 4 +- .../ClientLibrary/PhraseResponse.cs | 4 +- .../ClientLibrary/PhrasesException.cs | 4 +- .../ClientLibrary/ProfileCreationException.cs | 4 +- .../ClientLibrary/ResetProfileException.cs | 4 +- .../ClientLibrary/SpeakerProfile.cs | 4 +- .../SpeechVerificationServiceClient.cs | 4 +- .../ClientLibrary/VerificationException.cs | 4 +- .../ClientLibrary/VerificationResult.cs | 4 +- .../EnrollPage.xaml.cs | 4 +- .../IsolatedStorageHelper.cs | 4 +- .../MainWindow.xaml.cs | 4 +- .../Properties/AssemblyInfo.cs | 4 +- .../VerifySpeakerPage.xaml.cs | 4 +- .../MainActivity.java | 4 +- .../App.xaml.cs | 4 +- .../MainWindow.xaml.cs | 4 +- .../com/microsoft/sdksample/MainActivity.java | 4 +- .../bing/dss/baselib/silk/SilkWrapper.java | 4 +- .../speech/tts/AudioOutputFormat.java | 4 +- .../speech/tts/OxfordAccessToken.java | 4 +- .../speech/tts/OxfordAuthentication.java | 4 +- .../com/microsoft/speech/tts/Synthesizer.java | 4 +- .../speech/tts/TtsServiceClient.java | 4 +- .../java/com/microsoft/speech/tts/Voice.java | 4 +- .../ttssample/TTSHttpOxfordMainActivity.java | 4 +- .../CSharp/Properties/AssemblyInfo.cs | 4 +- .../Samples-Http/CSharp/TTSProgram.cs | 4 +- .../ttssample/AudioOutputFormat.java | 4 +- .../ttshttpoxford/ttssample/ByteArray.java | 4 +- .../ttshttpoxford/ttssample/Gender.java | 4 +- .../ttssample/HttpsConnection.java | 4 +- .../ttssample/OxfordAccessToken.java | 4 +- .../ttssample/OxfordAuthentication.java | 4 +- .../ttshttpoxford/ttssample/TTSSample.java | 4 +- .../ttshttpoxford/ttssample/TTSService.java | 4 +- .../QueuingMachine/Authentication.cs | 4 +- .../QueuingMachine/Form1.Designer.cs | 4 +- .../QueuingMachine/QueuingMachine/Form1.cs | 4 +- .../QueuingMachine/QueuingMachine/Program.cs | 4 +- .../QueuingMachine/Properties/AssemblyInfo.cs | 4 +- .../QueuingMachine/TtsService.cs | 4 +- .../ClientLibrary/IVideoServiceClient.cs | 4 +- .../ClientLibrary/VideoServiceClient.cs | 4 +- Video/Windows/Sample-WPF/App.xaml.cs | 4 +- .../Sample-WPF/FaceTrackingPage.xaml.cs | 4 +- Video/Windows/Sample-WPF/Helpers.cs | 4 +- Video/Windows/Sample-WPF/MainWindow.xaml.cs | 4 +- .../Sample-WPF/MotionDetectionPage.xaml.cs | 4 +- .../Sample-WPF/Properties/AssemblyInfo.cs | 4 +- .../Sample-WPF/StabilizationPage.xaml.cs | 4 +- .../Sample-WPF/VideoResultControl.xaml.cs | 4 +- .../Sample-WPF/VideoResultDataContext.cs | 4 +- .../vision/VisionServiceClient.java | 4 +- .../vision/VisionServiceRestClient.java | 4 +- .../projectoxford/vision/contract/Adult.java | 4 +- .../vision/contract/AnalyzeResult.java | 4 +- .../vision/contract/Category.java | 4 +- .../projectoxford/vision/contract/Color.java | 4 +- .../projectoxford/vision/contract/Face.java | 4 +- .../vision/contract/FaceRectangle.java | 4 +- .../vision/contract/GenderEnum.java | 4 +- .../vision/contract/ImageType.java | 4 +- .../vision/contract/LanguageCodes.java | 4 +- .../projectoxford/vision/contract/Line.java | 4 +- .../vision/contract/Metadata.java | 4 +- .../projectoxford/vision/contract/OCR.java | 4 +- .../projectoxford/vision/contract/Region.java | 4 +- .../projectoxford/vision/contract/Word.java | 4 +- .../projectoxford/vision/rest/HttpPatch.java | 4 +- .../vision/rest/VisionServiceException.java | 4 +- .../vision/rest/WebServiceRequest.java | 4 +- .../visionsample/ApplicationTest.java | 4 +- .../visionsample/AnalyzeActivity.java | 4 +- .../visionsample/MainActivity.java | 4 +- .../visionsample/RecognizeActivity.java | 4 +- .../visionsample/ThumbnailActivity.java | 4 +- .../visionsample/helper/ImageHelper.java | 4 +- .../helper/SelectImageActivity.java | 4 +- Vision/Windows/ClientLibrary/ClientError.cs | 4 +- .../Windows/ClientLibrary/ClientException.cs | 4 +- .../Windows/ClientLibrary/Contract/Adult.cs | 4 +- .../ClientLibrary/Contract/AnalysisResult.cs | 4 +- .../ClientLibrary/Contract/Category.cs | 4 +- .../Windows/ClientLibrary/Contract/Color.cs | 4 +- Vision/Windows/ClientLibrary/Contract/Face.cs | 4 +- .../ClientLibrary/Contract/FaceRectangle.cs | 4 +- .../ClientLibrary/Contract/ImageType.cs | 4 +- .../ClientLibrary/Contract/LanguageCodes.cs | 4 +- Vision/Windows/ClientLibrary/Contract/Line.cs | 4 +- .../ClientLibrary/Contract/Metadata.cs | 4 +- .../ClientLibrary/Contract/OcrResults.cs | 4 +- .../ClientLibrary/Contract/Rectangle.cs | 4 +- .../Windows/ClientLibrary/Contract/Region.cs | 4 +- Vision/Windows/ClientLibrary/Contract/Word.cs | 4 +- .../ClientLibrary/IVisionServiceClient.cs | 4 +- .../ClientLibrary/Properties/AssemblyInfo.cs | 2 +- .../ClientLibrary/VisionServiceClient.cs | 4 +- .../Windows/Sample-Console/Sample/Program.cs | 4 +- .../Sample/Properties/AssemblyInfo.cs | 4 +- .../Sample-Console/Sample/VisionHelper.cs | 4 +- WebLM/README.md | 33 ++ WebLM/Windows/ClientLibrary/ClientError.cs | 62 ++++ .../Windows/ClientLibrary/ClientException.cs | 160 ++++++++++ .../Contract/ConditionalProbabilityQuery.cs | 56 ++++ .../ConditionalProbabilityResponse.cs | 50 +++ .../Contract/ConditionalProbabilityResult.cs | 62 ++++ .../ClientLibrary/Contract/DefaultValues.cs | 51 ++++ .../Contract/JointProbabilityResponse.cs | 50 +++ .../Contract/JointProbabilityResult.cs | 56 ++++ .../Contract/ListAvailableModelsResponse.cs | 50 +++ WebLM/Windows/ClientLibrary/Contract/Model.cs | 65 ++++ .../Contract/NextWordCompletionCandidate.cs | 56 ++++ .../Contract/NextWordCompletionResponse.cs | 50 +++ .../Contract/SupportedOperations.cs | 56 ++++ .../Contract/WordBreakingCandidate.cs | 56 ++++ .../Contract/WordBreakingResponse.cs | 50 +++ WebLM/Windows/ClientLibrary/ErrorResponse.cs | 53 ++++ WebLM/Windows/ClientLibrary/IWebLMClient.cs | 87 ++++++ .../Windows/ClientLibrary/LMServiceClient.cs | 288 ++++++++++++++++++ .../ClientLibrary/LMServiceClient.csproj | 84 +++++ .../ClientLibrary/Properties/AssemblyInfo.cs | 48 +++ WebLM/Windows/ClientLibrary/packages.config | 4 + WebLM/Windows/README.md | 56 ++++ WebLM/Windows/Sample/App.config | 6 + WebLM/Windows/Sample/CSharpSample.csproj | 61 ++++ WebLM/Windows/Sample/Program.cs | 99 ++++++ .../Windows/Sample/Properties/AssemblyInfo.cs | 69 +++++ WebLM/Windows/Sample/packages.config | 4 + WebLM/Windows/WebLMSample.sln | 28 ++ 289 files changed, 2366 insertions(+), 515 deletions(-) create mode 100644 WebLM/README.md create mode 100644 WebLM/Windows/ClientLibrary/ClientError.cs create mode 100644 WebLM/Windows/ClientLibrary/ClientException.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityQuery.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResponse.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResult.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/DefaultValues.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/JointProbabilityResponse.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/JointProbabilityResult.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/ListAvailableModelsResponse.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/Model.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/NextWordCompletionCandidate.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/NextWordCompletionResponse.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/SupportedOperations.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/WordBreakingCandidate.cs create mode 100644 WebLM/Windows/ClientLibrary/Contract/WordBreakingResponse.cs create mode 100644 WebLM/Windows/ClientLibrary/ErrorResponse.cs create mode 100644 WebLM/Windows/ClientLibrary/IWebLMClient.cs create mode 100644 WebLM/Windows/ClientLibrary/LMServiceClient.cs create mode 100644 WebLM/Windows/ClientLibrary/LMServiceClient.csproj create mode 100644 WebLM/Windows/ClientLibrary/Properties/AssemblyInfo.cs create mode 100644 WebLM/Windows/ClientLibrary/packages.config create mode 100644 WebLM/Windows/README.md create mode 100644 WebLM/Windows/Sample/App.config create mode 100644 WebLM/Windows/Sample/CSharpSample.csproj create mode 100644 WebLM/Windows/Sample/Program.cs create mode 100644 WebLM/Windows/Sample/Properties/AssemblyInfo.cs create mode 100644 WebLM/Windows/Sample/packages.config create mode 100644 WebLM/Windows/WebLMSample.sln diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceClient.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceClient.java index 7b293cc..b75f545 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceClient.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceRestClient.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceRestClient.java index d66e10b..6bf4804 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceRestClient.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/EmotionServiceRestClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/FaceRectangle.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/FaceRectangle.java index f7da113..3bf3be5 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/FaceRectangle.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/FaceRectangle.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/RecognizeResult.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/RecognizeResult.java index 012fb4c..4ba71fa 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/RecognizeResult.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/RecognizeResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/Scores.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/Scores.java index 90ee5b7..6d487a1 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/Scores.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/contract/Scores.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/EmotionServiceException.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/EmotionServiceException.java index 5cef678..da387d8 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/EmotionServiceException.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/EmotionServiceException.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/WebServiceRequest.java b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/WebServiceRequest.java index 37b61e1..fdb95b6 100644 --- a/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/WebServiceRequest.java +++ b/Emotion/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/emotion/rest/WebServiceRequest.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/emotionsample/ApplicationTest.java b/Emotion/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/emotionsample/ApplicationTest.java index fcd778a..e7cc992 100644 --- a/Emotion/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/emotionsample/ApplicationTest.java +++ b/Emotion/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/emotionsample/ApplicationTest.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/MainActivity.java b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/MainActivity.java index 706de49..84fa620 100644 --- a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/MainActivity.java +++ b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/MainActivity.java @@ -4,7 +4,7 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: +// Project Oxford SDK GitHub: // https://github.com/Microsoft/ProjectOxfordSDK // // Copyright (c) Microsoft Corporation diff --git a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/RecognizeActivity.java b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/RecognizeActivity.java index 542efad..86241da 100644 --- a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/RecognizeActivity.java +++ b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/RecognizeActivity.java @@ -4,7 +4,7 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: +// Project Oxford SDK GitHub: // https://github.com/Microsoft/ProjectOxfordSDK // // Copyright (c) Microsoft Corporation diff --git a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/ImageHelper.java b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/ImageHelper.java index 5156fe3..da443ec 100644 --- a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/ImageHelper.java +++ b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/ImageHelper.java @@ -4,7 +4,7 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: +// Project Oxford SDK GitHub: // https://github.com/Microsoft/ProjectOxfordSDK // // Copyright (c) Microsoft Corporation diff --git a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/SelectImageActivity.java b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/SelectImageActivity.java index d085d59..01427fc 100644 --- a/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/SelectImageActivity.java +++ b/Emotion/Android/Sample/app/src/main/java/com/microsoft/projectoxford/emotionsample/helper/SelectImageActivity.java @@ -4,7 +4,7 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: +// Project Oxford SDK GitHub: // https://github.com/Microsoft/ProjectOxfordSDK // Copyright (c) Microsoft Corporation diff --git a/Emotion/Windows/ClientLibrary/Common/ClientError.cs b/Emotion/Windows/ClientLibrary/Common/ClientError.cs index a5a8afe..8d4bee1 100644 --- a/Emotion/Windows/ClientLibrary/Common/ClientError.cs +++ b/Emotion/Windows/ClientLibrary/Common/ClientError.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/Common/ClientException.cs b/Emotion/Windows/ClientLibrary/Common/ClientException.cs index 28eb591..4230bfc 100644 --- a/Emotion/Windows/ClientLibrary/Common/ClientException.cs +++ b/Emotion/Windows/ClientLibrary/Common/ClientException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/Common/Rectangle.cs b/Emotion/Windows/ClientLibrary/Common/Rectangle.cs index e6c6024..63d678d 100644 --- a/Emotion/Windows/ClientLibrary/Common/Rectangle.cs +++ b/Emotion/Windows/ClientLibrary/Common/Rectangle.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/Contract/Emotion.cs b/Emotion/Windows/ClientLibrary/Contract/Emotion.cs index 4e7ffe8..4af9a6c 100644 --- a/Emotion/Windows/ClientLibrary/Contract/Emotion.cs +++ b/Emotion/Windows/ClientLibrary/Contract/Emotion.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/Contract/Scores.cs b/Emotion/Windows/ClientLibrary/Contract/Scores.cs index 86a98f7..d26401a 100644 --- a/Emotion/Windows/ClientLibrary/Contract/Scores.cs +++ b/Emotion/Windows/ClientLibrary/Contract/Scores.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/EmotionServiceClient.cs b/Emotion/Windows/ClientLibrary/EmotionServiceClient.cs index 404111d..8e71acf 100644 --- a/Emotion/Windows/ClientLibrary/EmotionServiceClient.cs +++ b/Emotion/Windows/ClientLibrary/EmotionServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/IEmotionServiceClient.cs b/Emotion/Windows/ClientLibrary/IEmotionServiceClient.cs index f9abaf8..0a834d5 100644 --- a/Emotion/Windows/ClientLibrary/IEmotionServiceClient.cs +++ b/Emotion/Windows/ClientLibrary/IEmotionServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/ClientLibrary/Properties/AssemblyInfo.cs b/Emotion/Windows/ClientLibrary/Properties/AssemblyInfo.cs index fdb2121..4dc42c5 100644 --- a/Emotion/Windows/ClientLibrary/Properties/AssemblyInfo.cs +++ b/Emotion/Windows/ClientLibrary/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/Sample-WPF/App.xaml.cs b/Emotion/Windows/Sample-WPF/App.xaml.cs index 6dc0d60..a6e9459 100644 --- a/Emotion/Windows/Sample-WPF/App.xaml.cs +++ b/Emotion/Windows/Sample-WPF/App.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/Sample-WPF/DetectEmotionUsingStreamPage.xaml.cs b/Emotion/Windows/Sample-WPF/DetectEmotionUsingStreamPage.xaml.cs index 042cbe7..e6e02b2 100644 --- a/Emotion/Windows/Sample-WPF/DetectEmotionUsingStreamPage.xaml.cs +++ b/Emotion/Windows/Sample-WPF/DetectEmotionUsingStreamPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/Sample-WPF/DetectEmotionUsingURLPage.xaml.cs b/Emotion/Windows/Sample-WPF/DetectEmotionUsingURLPage.xaml.cs index ef3597a..f580c74 100644 --- a/Emotion/Windows/Sample-WPF/DetectEmotionUsingURLPage.xaml.cs +++ b/Emotion/Windows/Sample-WPF/DetectEmotionUsingURLPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/Sample-WPF/EmotionDetectionUserControl.xaml.cs b/Emotion/Windows/Sample-WPF/EmotionDetectionUserControl.xaml.cs index 5146b49..80672e0 100644 --- a/Emotion/Windows/Sample-WPF/EmotionDetectionUserControl.xaml.cs +++ b/Emotion/Windows/Sample-WPF/EmotionDetectionUserControl.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/Sample-WPF/MainWindow.xaml.cs b/Emotion/Windows/Sample-WPF/MainWindow.xaml.cs index 9140889..7b4ebed 100644 --- a/Emotion/Windows/Sample-WPF/MainWindow.xaml.cs +++ b/Emotion/Windows/Sample-WPF/MainWindow.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Emotion/Windows/Sample-WPF/Properties/AssemblyInfo.cs b/Emotion/Windows/Sample-WPF/Properties/AssemblyInfo.cs index 75fc527..2beebc2 100644 --- a/Emotion/Windows/Sample-WPF/Properties/AssemblyInfo.cs +++ b/Emotion/Windows/Sample-WPF/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceClient.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceClient.java index ada4980..b3e3064 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceClient.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceRestClient.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceRestClient.java index b9490fc..d5dc131 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceRestClient.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/FaceServiceRestClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ClientError.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ClientError.java index 01e89d0..eff238e 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ClientError.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ClientError.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/RequestMethod.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/RequestMethod.java index c2a66b9..a7b8195 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/RequestMethod.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/RequestMethod.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ServiceError.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ServiceError.java index c34eaca..bacc112 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ServiceError.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/common/ServiceError.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/AddPersistedFaceResult.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/AddPersistedFaceResult.java index 61cf2ab..645ccc4 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/AddPersistedFaceResult.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/AddPersistedFaceResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Candidate.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Candidate.java index 2e4df99..e566d1b 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Candidate.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Candidate.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/CreatePersonResult.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/CreatePersonResult.java index 8d0ca34..1b12321 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/CreatePersonResult.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/CreatePersonResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Face.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Face.java index 8cd82b5..039de7e 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Face.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Face.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceAttribute.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceAttribute.java index d25f1d6..295aaee 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceAttribute.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceAttribute.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceLandmarks.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceLandmarks.java index e75450f..5122f0b 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceLandmarks.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceLandmarks.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceList.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceList.java index b27d183..2646fa8 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceList.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceList.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceListMetadata.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceListMetadata.java index 5ddcb53..dfd674d 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceListMetadata.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceListMetadata.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceMetadata.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceMetadata.java index fe2fe18..ff1713b 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceMetadata.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceMetadata.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceRectangle.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceRectangle.java index 4d3f4fb..9f62f9d 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceRectangle.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FaceRectangle.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FacialHair.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FacialHair.java index 21d888c..774335f 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FacialHair.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FacialHair.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FeatureCoordinate.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FeatureCoordinate.java index 52dbab5..f3ca1f7 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FeatureCoordinate.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/FeatureCoordinate.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/GroupResult.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/GroupResult.java index ae4e982..2b416be 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/GroupResult.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/GroupResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/HeadPose.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/HeadPose.java index 900cbed..c110c98 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/HeadPose.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/HeadPose.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/IdentifyResult.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/IdentifyResult.java index a883d90..5f463c5 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/IdentifyResult.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/IdentifyResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Person.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Person.java index 3ddc650..76a9fa6 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Person.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/Person.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonFace.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonFace.java index ea2e331..78de9d5 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonFace.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonFace.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonGroup.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonGroup.java index 40f1364..d17fd93 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonGroup.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/PersonGroup.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarFace.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarFace.java index 257cb5b..789cbcb 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarFace.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarFace.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarPersistedFace.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarPersistedFace.java index e7dfa34..341ddd2 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarPersistedFace.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/SimilarPersistedFace.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/TrainingStatus.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/TrainingStatus.java index 9c390e2..b58d7f8 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/TrainingStatus.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/TrainingStatus.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/VerifyResult.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/VerifyResult.java index 0e3c81c..cb4ae12 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/VerifyResult.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/contract/VerifyResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ClientException.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ClientException.java index fcb2627..d905467 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ClientException.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ClientException.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpDeleteWithBody.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpDeleteWithBody.java index 49d9942..b4772a4 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpDeleteWithBody.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpDeleteWithBody.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpPatch.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpPatch.java index a5a9b0e..f00314b 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpPatch.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/HttpPatch.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ServiceException.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ServiceException.java index 7ebe9d2..ab21ae3 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ServiceException.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/ServiceException.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/WebServiceRequest.java b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/WebServiceRequest.java index 6132482..8b5cf4e 100644 --- a/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/WebServiceRequest.java +++ b/Face/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/face/rest/WebServiceRequest.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/DetectionActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/DetectionActivity.java index e155566..e56142f 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/DetectionActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/DetectionActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/FindSimilarFaceActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/FindSimilarFaceActivity.java index db608bc..f7f5457 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/FindSimilarFaceActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/FindSimilarFaceActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/GroupingActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/GroupingActivity.java index 412c8c6..dc35ebc 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/GroupingActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/GroupingActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/IdentificationActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/IdentificationActivity.java index d620d93..a6da2a8 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/IdentificationActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/IdentificationActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/MainActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/MainActivity.java index cc233d3..672a708 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/MainActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/MainActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/VerificationActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/VerificationActivity.java index 6c765f7..e06ac66 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/VerificationActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/VerificationActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/EmbeddedGridView.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/EmbeddedGridView.java index 28e9ca9..853d89c 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/EmbeddedGridView.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/EmbeddedGridView.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/ImageHelper.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/ImageHelper.java index 7ea1c6c..3139995 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/ImageHelper.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/ImageHelper.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/LogHelper.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/LogHelper.java index 911c540..0b16789 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/LogHelper.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/LogHelper.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SampleApp.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SampleApp.java index f318103..b3ad630 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SampleApp.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SampleApp.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SelectImageActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SelectImageActivity.java index 173f609..da0c3e5 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SelectImageActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/SelectImageActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/StorageHelper.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/StorageHelper.java index 8d8d132..265275d 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/StorageHelper.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/helper/StorageHelper.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/DetectionLogActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/DetectionLogActivity.java index 9fac4ed..0d57515 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/DetectionLogActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/DetectionLogActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/FindSimilarFaceLogActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/FindSimilarFaceLogActivity.java index 77ee5ff..7d0243e 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/FindSimilarFaceLogActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/FindSimilarFaceLogActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/GroupingLogActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/GroupingLogActivity.java index b090c2d..4ab9f6d 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/GroupingLogActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/GroupingLogActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/IdentificationLogActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/IdentificationLogActivity.java index 0ecfc64..6fcf1f5 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/IdentificationLogActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/IdentificationLogActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/VerificationLogActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/VerificationLogActivity.java index d8cb572..d71811c 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/VerificationLogActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/log/VerificationLogActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/AddFaceToPersonActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/AddFaceToPersonActivity.java index af6da9d..dff7703 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/AddFaceToPersonActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/AddFaceToPersonActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonActivity.java index 1911403..0c25c5c 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupActivity.java index 700cad1..de369db 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupListActivity.java b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupListActivity.java index 55e5834..149dcd2 100644 --- a/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupListActivity.java +++ b/Face/Android/Sample/app/src/main/java/com/microsoft/projectoxford/face/samples/persongroupmanagement/PersonGroupListActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/AddPersistedFaceResult.cs b/Face/Windows/ClientLibrary/Contract/AddPersistedFaceResult.cs index acaa697..ea1b024 100644 --- a/Face/Windows/ClientLibrary/Contract/AddPersistedFaceResult.cs +++ b/Face/Windows/ClientLibrary/Contract/AddPersistedFaceResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/Candidate.cs b/Face/Windows/ClientLibrary/Contract/Candidate.cs index c19bf23..2dd06b8 100644 --- a/Face/Windows/ClientLibrary/Contract/Candidate.cs +++ b/Face/Windows/ClientLibrary/Contract/Candidate.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/ClientError.cs b/Face/Windows/ClientLibrary/Contract/ClientError.cs index 7af2598..7772f38 100644 --- a/Face/Windows/ClientLibrary/Contract/ClientError.cs +++ b/Face/Windows/ClientLibrary/Contract/ClientError.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/CreatePersonResult.cs b/Face/Windows/ClientLibrary/Contract/CreatePersonResult.cs index 9719f2a..2a46389 100644 --- a/Face/Windows/ClientLibrary/Contract/CreatePersonResult.cs +++ b/Face/Windows/ClientLibrary/Contract/CreatePersonResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/Face.cs b/Face/Windows/ClientLibrary/Contract/Face.cs index 94bd472..641358e 100644 --- a/Face/Windows/ClientLibrary/Contract/Face.cs +++ b/Face/Windows/ClientLibrary/Contract/Face.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FaceAttributes.cs b/Face/Windows/ClientLibrary/Contract/FaceAttributes.cs index 9588928..9cfbaa9 100644 --- a/Face/Windows/ClientLibrary/Contract/FaceAttributes.cs +++ b/Face/Windows/ClientLibrary/Contract/FaceAttributes.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FaceLandmarks.cs b/Face/Windows/ClientLibrary/Contract/FaceLandmarks.cs index 7c05036..221445d 100644 --- a/Face/Windows/ClientLibrary/Contract/FaceLandmarks.cs +++ b/Face/Windows/ClientLibrary/Contract/FaceLandmarks.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FaceList.cs b/Face/Windows/ClientLibrary/Contract/FaceList.cs index 162e0a5..28108ef 100644 --- a/Face/Windows/ClientLibrary/Contract/FaceList.cs +++ b/Face/Windows/ClientLibrary/Contract/FaceList.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FaceListMetadata.cs b/Face/Windows/ClientLibrary/Contract/FaceListMetadata.cs index a7a67bd..a0384dc 100644 --- a/Face/Windows/ClientLibrary/Contract/FaceListMetadata.cs +++ b/Face/Windows/ClientLibrary/Contract/FaceListMetadata.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FaceMetadata.cs b/Face/Windows/ClientLibrary/Contract/FaceMetadata.cs index 31622e8..0572e6d 100644 --- a/Face/Windows/ClientLibrary/Contract/FaceMetadata.cs +++ b/Face/Windows/ClientLibrary/Contract/FaceMetadata.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FaceRectangle.cs b/Face/Windows/ClientLibrary/Contract/FaceRectangle.cs index debf6b0..9c5d6bf 100644 --- a/Face/Windows/ClientLibrary/Contract/FaceRectangle.cs +++ b/Face/Windows/ClientLibrary/Contract/FaceRectangle.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FacialHair.cs b/Face/Windows/ClientLibrary/Contract/FacialHair.cs index 73a511f..31f2b39 100644 --- a/Face/Windows/ClientLibrary/Contract/FacialHair.cs +++ b/Face/Windows/ClientLibrary/Contract/FacialHair.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/FeatureCoordinate.cs b/Face/Windows/ClientLibrary/Contract/FeatureCoordinate.cs index 55da008..4d73076 100644 --- a/Face/Windows/ClientLibrary/Contract/FeatureCoordinate.cs +++ b/Face/Windows/ClientLibrary/Contract/FeatureCoordinate.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/GroupResult.cs b/Face/Windows/ClientLibrary/Contract/GroupResult.cs index 3c40360..4a8eeb1 100644 --- a/Face/Windows/ClientLibrary/Contract/GroupResult.cs +++ b/Face/Windows/ClientLibrary/Contract/GroupResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/HeadPose.cs b/Face/Windows/ClientLibrary/Contract/HeadPose.cs index a9d4abd..df5c027 100644 --- a/Face/Windows/ClientLibrary/Contract/HeadPose.cs +++ b/Face/Windows/ClientLibrary/Contract/HeadPose.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/IdentifyResult.cs b/Face/Windows/ClientLibrary/Contract/IdentifyResult.cs index 3be7577..29ae6e0 100644 --- a/Face/Windows/ClientLibrary/Contract/IdentifyResult.cs +++ b/Face/Windows/ClientLibrary/Contract/IdentifyResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/Person.cs b/Face/Windows/ClientLibrary/Contract/Person.cs index c4daad9..5602b07 100644 --- a/Face/Windows/ClientLibrary/Contract/Person.cs +++ b/Face/Windows/ClientLibrary/Contract/Person.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/PersonFace.cs b/Face/Windows/ClientLibrary/Contract/PersonFace.cs index ed59203..34a423a 100644 --- a/Face/Windows/ClientLibrary/Contract/PersonFace.cs +++ b/Face/Windows/ClientLibrary/Contract/PersonFace.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/PersonGroup.cs b/Face/Windows/ClientLibrary/Contract/PersonGroup.cs index 9192e69..7ef22db 100644 --- a/Face/Windows/ClientLibrary/Contract/PersonGroup.cs +++ b/Face/Windows/ClientLibrary/Contract/PersonGroup.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/SimilarFace.cs b/Face/Windows/ClientLibrary/Contract/SimilarFace.cs index 070a92a..df32368 100644 --- a/Face/Windows/ClientLibrary/Contract/SimilarFace.cs +++ b/Face/Windows/ClientLibrary/Contract/SimilarFace.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/SimilarPersistedFace.cs b/Face/Windows/ClientLibrary/Contract/SimilarPersistedFace.cs index 0142cdb..d5f4b64 100644 --- a/Face/Windows/ClientLibrary/Contract/SimilarPersistedFace.cs +++ b/Face/Windows/ClientLibrary/Contract/SimilarPersistedFace.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/TrainingStatus.cs b/Face/Windows/ClientLibrary/Contract/TrainingStatus.cs index 352165d..c3ea400 100644 --- a/Face/Windows/ClientLibrary/Contract/TrainingStatus.cs +++ b/Face/Windows/ClientLibrary/Contract/TrainingStatus.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Contract/VerifyResult.cs b/Face/Windows/ClientLibrary/Contract/VerifyResult.cs index 0040c2d..6e91a93 100644 --- a/Face/Windows/ClientLibrary/Contract/VerifyResult.cs +++ b/Face/Windows/ClientLibrary/Contract/VerifyResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/FaceAPIException.cs b/Face/Windows/ClientLibrary/FaceAPIException.cs index c095f96..40de8e2 100644 --- a/Face/Windows/ClientLibrary/FaceAPIException.cs +++ b/Face/Windows/ClientLibrary/FaceAPIException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/FaceServiceClient.cs b/Face/Windows/ClientLibrary/FaceServiceClient.cs index 0250489..4759ffe 100644 --- a/Face/Windows/ClientLibrary/FaceServiceClient.cs +++ b/Face/Windows/ClientLibrary/FaceServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/IFaceServiceClient.cs b/Face/Windows/ClientLibrary/IFaceServiceClient.cs index 2ed0b07..284e155 100644 --- a/Face/Windows/ClientLibrary/IFaceServiceClient.cs +++ b/Face/Windows/ClientLibrary/IFaceServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/ClientLibrary/Properties/AssemblyInfo.cs b/Face/Windows/ClientLibrary/Properties/AssemblyInfo.cs index ba01d6a..8b4545d 100644 --- a/Face/Windows/ClientLibrary/Properties/AssemblyInfo.cs +++ b/Face/Windows/ClientLibrary/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/App.xaml.cs b/Face/Windows/Sample-WPF/App.xaml.cs index defc840..3ed3284 100644 --- a/Face/Windows/Sample-WPF/App.xaml.cs +++ b/Face/Windows/Sample-WPF/App.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/Face.cs b/Face/Windows/Sample-WPF/Controls/Face.cs index 6bbda0a..065b961 100644 --- a/Face/Windows/Sample-WPF/Controls/Face.cs +++ b/Face/Windows/Sample-WPF/Controls/Face.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml b/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml index fbca17a..12ac010 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml +++ b/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml @@ -5,8 +5,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml.cs b/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml.cs index eca7026..2bcbde4 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml.cs +++ b/Face/Windows/Sample-WPF/Controls/FaceDetectionPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml b/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml index 31a9909..29b8769 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml +++ b/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml @@ -5,8 +5,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml.cs b/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml.cs index 0d10de6..a32c441 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml.cs +++ b/Face/Windows/Sample-WPF/Controls/FaceFindSimilarPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml b/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml index 662e3b0..f160f98 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml +++ b/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml @@ -5,8 +5,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml.cs b/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml.cs index cfbb6fd..004d201 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml.cs +++ b/Face/Windows/Sample-WPF/Controls/FaceGroupingPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml b/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml index 2e5e61a..11eefdb 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml +++ b/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml @@ -5,8 +5,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml.cs b/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml.cs index 2d9ab52..fea3759 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml.cs +++ b/Face/Windows/Sample-WPF/Controls/FaceIdentificationPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml b/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml index 1d5990a..26ddfdf 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml +++ b/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml @@ -5,8 +5,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml.cs b/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml.cs index 3a9fe50..0ffd14a 100644 --- a/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml.cs +++ b/Face/Windows/Sample-WPF/Controls/FaceVerificationPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Controls/UIHelper.cs b/Face/Windows/Sample-WPF/Controls/UIHelper.cs index 96d17d5..90f4c02 100644 --- a/Face/Windows/Sample-WPF/Controls/UIHelper.cs +++ b/Face/Windows/Sample-WPF/Controls/UIHelper.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/MainWindow.xaml.cs b/Face/Windows/Sample-WPF/MainWindow.xaml.cs index 53f6ca3..a538e82 100644 --- a/Face/Windows/Sample-WPF/MainWindow.xaml.cs +++ b/Face/Windows/Sample-WPF/MainWindow.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Face/Windows/Sample-WPF/Properties/AssemblyInfo.cs b/Face/Windows/Sample-WPF/Properties/AssemblyInfo.cs index 0cb66de..ebc3fe5 100644 --- a/Face/Windows/Sample-WPF/Properties/AssemblyInfo.cs +++ b/Face/Windows/Sample-WPF/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK GitHub: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/README.md b/README.md index 8e5e679..5ceb2e2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Project Oxford APIs are divided into three areas: ##### Speech - **[Speech APIs]() (Preview):** Communicate with your users with speech recognition and synthesis powered by Bing -- **[Speaker Recognition APIs](https://www.projectoxford.ai/spid) (Preview):** Recognize your users from their voice +- **[Speaker Recognition APIs](https://www.projectoxford.ai/spid) (Preview):** Recognize your users from their voice - **[CRIS, Custom Recognition Intelligent Service]() (Private Preview):** Customize both language and acoustic models for better speech recognition tailored to your application @@ -51,6 +51,8 @@ your choice: - [Video]() +- [Web Language Model]() + **Don't see what you're looking for?** We're working on expanding our offerings and would love to hear from you what SDKs you want to see next. Let us know on the [Project Oxford Forums](). @@ -71,4 +73,3 @@ All Project Oxford SDKs and samples are licensed with the MIT License. For more [LICENSE](). Sample images are licensed separately, please refer to [LICENSE-IMAGE](). - diff --git a/SampleUtil/LicenseHeader.txt b/SampleUtil/LicenseHeader.txt index 8b83c2b..141b92a 100644 --- a/SampleUtil/LicenseHeader.txt +++ b/SampleUtil/LicenseHeader.txt @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SampleUtil/Windows/SampleUserControlLibrary/Properties/AssemblyInfo.cs b/SampleUtil/Windows/SampleUserControlLibrary/Properties/AssemblyInfo.cs index c540ffb..6066649 100644 --- a/SampleUtil/Windows/SampleUserControlLibrary/Properties/AssemblyInfo.cs +++ b/SampleUtil/Windows/SampleUserControlLibrary/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SampleUtil/Windows/SampleUserControlLibrary/SampleUserControl.xaml.cs b/SampleUtil/Windows/SampleUserControlLibrary/SampleUserControl.xaml.cs index e04baeb..b68ee20 100644 --- a/SampleUtil/Windows/SampleUserControlLibrary/SampleUserControl.xaml.cs +++ b/SampleUtil/Windows/SampleUserControlLibrary/SampleUserControl.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SampleUtil/Windows/SampleUserControlLibrary/SubscriptionKeyPage.xaml.cs b/SampleUtil/Windows/SampleUserControlLibrary/SubscriptionKeyPage.xaml.cs index 433c2f6..753f044 100644 --- a/SampleUtil/Windows/SampleUserControlLibrary/SubscriptionKeyPage.xaml.cs +++ b/SampleUtil/Windows/SampleUserControlLibrary/SubscriptionKeyPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/CreateProfile.py b/SpeakerRecognition/Python/Identification/CreateProfile.py index 0c57fca..45d395c 100644 --- a/SpeakerRecognition/Python/Identification/CreateProfile.py +++ b/SpeakerRecognition/Python/Identification/CreateProfile.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/EnrollProfile.py b/SpeakerRecognition/Python/Identification/EnrollProfile.py index 93af419..6ada3d5 100644 --- a/SpeakerRecognition/Python/Identification/EnrollProfile.py +++ b/SpeakerRecognition/Python/Identification/EnrollProfile.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/EnrollmentResponse.py b/SpeakerRecognition/Python/Identification/EnrollmentResponse.py index d58cebf..a9dbcfc 100644 --- a/SpeakerRecognition/Python/Identification/EnrollmentResponse.py +++ b/SpeakerRecognition/Python/Identification/EnrollmentResponse.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/IdentificationProfile.py b/SpeakerRecognition/Python/Identification/IdentificationProfile.py index 69158a1..dd54881 100644 --- a/SpeakerRecognition/Python/Identification/IdentificationProfile.py +++ b/SpeakerRecognition/Python/Identification/IdentificationProfile.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/IdentificationResponse.py b/SpeakerRecognition/Python/Identification/IdentificationResponse.py index eb7eebc..ddfa7b5 100644 --- a/SpeakerRecognition/Python/Identification/IdentificationResponse.py +++ b/SpeakerRecognition/Python/Identification/IdentificationResponse.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/IdentificationServiceHttpClientHelper.py b/SpeakerRecognition/Python/Identification/IdentificationServiceHttpClientHelper.py index 325e0e3..7455818 100644 --- a/SpeakerRecognition/Python/Identification/IdentificationServiceHttpClientHelper.py +++ b/SpeakerRecognition/Python/Identification/IdentificationServiceHttpClientHelper.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/IdentifyFile.py b/SpeakerRecognition/Python/Identification/IdentifyFile.py index 014432e..03e2ead 100644 --- a/SpeakerRecognition/Python/Identification/IdentifyFile.py +++ b/SpeakerRecognition/Python/Identification/IdentifyFile.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/PrintAllProfiles.py b/SpeakerRecognition/Python/Identification/PrintAllProfiles.py index 910bb62..edb3aeb 100644 --- a/SpeakerRecognition/Python/Identification/PrintAllProfiles.py +++ b/SpeakerRecognition/Python/Identification/PrintAllProfiles.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Python/Identification/ProfileCreationResponse.py b/SpeakerRecognition/Python/Identification/ProfileCreationResponse.py index 1212578..b5a7025 100644 --- a/SpeakerRecognition/Python/Identification/ProfileCreationResponse.py +++ b/SpeakerRecognition/Python/Identification/ProfileCreationResponse.py @@ -3,8 +3,8 @@ Project Oxford: http://ProjectOxford.ai -Project Oxford SDK Github: -https://github.com/Microsoft/ProjectOxfordSDK-Windows +Project Oxford SDK GitHub: +https://github.com/Microsoft/ProjectOxford-ClientSDK Copyright (c) Microsoft Corporation All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/App.xaml.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/App.xaml.cs index 453be0d..b203164 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/App.xaml.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/App.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/CreateProfileResponse.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/CreateProfileResponse.cs index dfeb83a..4efd863 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/CreateProfileResponse.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/CreateProfileResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentException.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentException.cs index 740562e..ebb7211 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentException.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentOperationResponse.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentOperationResponse.cs index 560beae..9477c1c 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentOperationResponse.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentOperationResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentResponse.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentResponse.cs index 037cd7b..a9abedf 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentResponse.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentStatus.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentStatus.cs index eb15eeb..c0061ed 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentStatus.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/EnrollmentStatus.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/GetProfileException.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/GetProfileException.cs index 387fe21..166c9d5 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/GetProfileException.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/GetProfileException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationConfidence.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationConfidence.cs index d74ff5a..5200e31 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationConfidence.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationConfidence.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationException.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationException.cs index 91b4197..f816297 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationException.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationOperationResponse.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationOperationResponse.cs index 9cfa640..11b37b7 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationOperationResponse.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationOperationResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationProfile.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationProfile.cs index 503fa4b..af7baee 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationProfile.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationProfile.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationResponse.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationResponse.cs index d5d4d4f..a56814c 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationResponse.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/IdentificationResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/OperationStatus.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/OperationStatus.cs index 9258fbc..096d822 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/OperationStatus.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/OperationStatus.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/ProfileCreationException.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/ProfileCreationException.cs index 12839d9..c88cad4 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/ProfileCreationException.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/ProfileCreationException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/SpeechIdServiceClient.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/SpeechIdServiceClient.cs index 8b246fd..583094a 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/SpeechIdServiceClient.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/ClientLibrary/SpeechIdServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/EnrollSpeakersPage.xaml.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/EnrollSpeakersPage.xaml.cs index 02ae013..252b08e 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/EnrollSpeakersPage.xaml.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/EnrollSpeakersPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/IdentifyFilePage.xaml.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/IdentifyFilePage.xaml.cs index f1a5700..2b340c4 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/IdentifyFilePage.xaml.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/IdentifyFilePage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/MainWindow.xaml.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/MainWindow.xaml.cs index 23aab74..46079c3 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/MainWindow.xaml.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/MainWindow.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/Properties/AssemblyInfo.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/Properties/AssemblyInfo.cs index 0c443e4..d677e93 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/Properties/AssemblyInfo.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/SpeakersListPage.xaml.cs b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/SpeakersListPage.xaml.cs index 4548eda..39bc9a9 100644 --- a/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/SpeakersListPage.xaml.cs +++ b/SpeakerRecognition/Windows/Identification/SPIDIdentificationAPI-WPF-Samples/SpeakersListPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/App.xaml.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/App.xaml.cs index 03abaa2..b8a6cb2 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/App.xaml.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/App.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentException.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentException.cs index f3e4617..f121a7c 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentException.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentResponse.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentResponse.cs index e8bc77b..d628df9 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentResponse.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentVerificationError.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentVerificationError.cs index 9dadce4..57e8499 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentVerificationError.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/EnrollmentVerificationError.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ErrorResponse.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ErrorResponse.cs index 7adae39..b4736bc 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ErrorResponse.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ErrorResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhraseResponse.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhraseResponse.cs index 153cca9..62d9c07 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhraseResponse.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhraseResponse.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhrasesException.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhrasesException.cs index 65897f9..2a1e22c 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhrasesException.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/PhrasesException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ProfileCreationException.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ProfileCreationException.cs index 1e3b5de..26b241f 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ProfileCreationException.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ProfileCreationException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ResetProfileException.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ResetProfileException.cs index 20fba8f..1778a73 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ResetProfileException.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/ResetProfileException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeakerProfile.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeakerProfile.cs index 83dddac..44b93e8 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeakerProfile.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeakerProfile.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeechVerificationServiceClient.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeechVerificationServiceClient.cs index 949935a..304dad4 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeechVerificationServiceClient.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/SpeechVerificationServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationException.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationException.cs index 672ec41..f3ced61 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationException.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationResult.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationResult.cs index 0cc010f..d3d692b 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationResult.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/ClientLibrary/VerificationResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/EnrollPage.xaml.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/EnrollPage.xaml.cs index 32c94c9..e5fe273 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/EnrollPage.xaml.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/EnrollPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/IsolatedStorageHelper.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/IsolatedStorageHelper.cs index 3280992..3970423 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/IsolatedStorageHelper.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/IsolatedStorageHelper.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/MainWindow.xaml.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/MainWindow.xaml.cs index d4937f1..368e48b 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/MainWindow.xaml.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/MainWindow.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/Properties/AssemblyInfo.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/Properties/AssemblyInfo.cs index 0a90f12..8f1f0b2 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/Properties/AssemblyInfo.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/VerifySpeakerPage.xaml.cs b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/VerifySpeakerPage.xaml.cs index b8de8ef..91dde8a 100644 --- a/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/VerifySpeakerPage.xaml.cs +++ b/SpeakerRecognition/Windows/Verification/SPIDVerificationAPI_WPF_Sample/VerifySpeakerPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/SpeechToText/Android/samples/SpeechRecoExample/src/com/microsoft/AzureIntelligentServicesExample/MainActivity.java b/Speech/SpeechToText/Android/samples/SpeechRecoExample/src/com/microsoft/AzureIntelligentServicesExample/MainActivity.java index e456ea5..84c0fe2 100644 --- a/Speech/SpeechToText/Android/samples/SpeechRecoExample/src/com/microsoft/AzureIntelligentServicesExample/MainActivity.java +++ b/Speech/SpeechToText/Android/samples/SpeechRecoExample/src/com/microsoft/AzureIntelligentServicesExample/MainActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/App.xaml.cs b/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/App.xaml.cs index 21270f1..24f3bfa 100644 --- a/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/App.xaml.cs +++ b/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/App.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/MainWindow.xaml.cs b/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/MainWindow.xaml.cs index 348ac73..0f24fbe 100644 --- a/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/MainWindow.xaml.cs +++ b/Speech/SpeechToText/Windows/samples/SpeechRecognitionServiceExample/MainWindow.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/app/src/main/java/com/microsoft/sdksample/MainActivity.java b/Speech/TextToSpeech/Android/Sample/app/src/main/java/com/microsoft/sdksample/MainActivity.java index 10b98e7..b582f32 100644 --- a/Speech/TextToSpeech/Android/Sample/app/src/main/java/com/microsoft/sdksample/MainActivity.java +++ b/Speech/TextToSpeech/Android/Sample/app/src/main/java/com/microsoft/sdksample/MainActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/bing/dss/baselib/silk/SilkWrapper.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/bing/dss/baselib/silk/SilkWrapper.java index 9a5a0bd..17d92f2 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/bing/dss/baselib/silk/SilkWrapper.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/bing/dss/baselib/silk/SilkWrapper.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/AudioOutputFormat.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/AudioOutputFormat.java index 5bca32f..37da6fd 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/AudioOutputFormat.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/AudioOutputFormat.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAccessToken.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAccessToken.java index cca2ca7..60c3670 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAccessToken.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAccessToken.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAuthentication.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAuthentication.java index b0c4111..0c7cedf 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAuthentication.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/OxfordAuthentication.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Synthesizer.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Synthesizer.java index 6b1b62f..367976a 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Synthesizer.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Synthesizer.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/TtsServiceClient.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/TtsServiceClient.java index d6e164e..0b0a07e 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/TtsServiceClient.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/TtsServiceClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Voice.java b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Voice.java index 07ccb0a..f0a7218 100644 --- a/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Voice.java +++ b/Speech/TextToSpeech/Android/Sample/speechsdk/src/main/java/com/microsoft/speech/tts/Voice.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Android/TTSSample/app/src/main/java/com/microsoft/ttshttpoxford/ttssample/TTSHttpOxfordMainActivity.java b/Speech/TextToSpeech/Samples-Http/Android/TTSSample/app/src/main/java/com/microsoft/ttshttpoxford/ttssample/TTSHttpOxfordMainActivity.java index 02e32d5..0963efe 100644 --- a/Speech/TextToSpeech/Samples-Http/Android/TTSSample/app/src/main/java/com/microsoft/ttshttpoxford/ttssample/TTSHttpOxfordMainActivity.java +++ b/Speech/TextToSpeech/Samples-Http/Android/TTSSample/app/src/main/java/com/microsoft/ttshttpoxford/ttssample/TTSHttpOxfordMainActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/CSharp/Properties/AssemblyInfo.cs b/Speech/TextToSpeech/Samples-Http/CSharp/Properties/AssemblyInfo.cs index 7174e8d..aa67592 100644 --- a/Speech/TextToSpeech/Samples-Http/CSharp/Properties/AssemblyInfo.cs +++ b/Speech/TextToSpeech/Samples-Http/CSharp/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/CSharp/TTSProgram.cs b/Speech/TextToSpeech/Samples-Http/CSharp/TTSProgram.cs index 31c418f..e2a9c25 100644 --- a/Speech/TextToSpeech/Samples-Http/CSharp/TTSProgram.cs +++ b/Speech/TextToSpeech/Samples-Http/CSharp/TTSProgram.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/AudioOutputFormat.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/AudioOutputFormat.java index b84adb5..65e3b45 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/AudioOutputFormat.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/AudioOutputFormat.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/ByteArray.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/ByteArray.java index 813c897..cc3f955 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/ByteArray.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/ByteArray.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/Gender.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/Gender.java index a60449c..dced22d 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/Gender.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/Gender.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/HttpsConnection.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/HttpsConnection.java index abab60e..1c27f24 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/HttpsConnection.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/HttpsConnection.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAccessToken.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAccessToken.java index 2add51a..c0ca3ea 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAccessToken.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAccessToken.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAuthentication.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAuthentication.java index c0c722c..1d8ce97 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAuthentication.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/OxfordAuthentication.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSSample.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSSample.java index 48e12d5..b42fba1 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSSample.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSSample.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSService.java b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSService.java index f1eb782..4b752f7 100644 --- a/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSService.java +++ b/Speech/TextToSpeech/Samples-Http/Java/TTSSample/src/com/microsoft/ttshttpoxford/ttssample/TTSService.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Authentication.cs b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Authentication.cs index b25967f..da19437 100644 --- a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Authentication.cs +++ b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Authentication.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.Designer.cs b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.Designer.cs index 047bd89..d60efbe 100644 --- a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.Designer.cs +++ b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.Designer.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.cs b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.cs index 2a5cff6..61495a2 100644 --- a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.cs +++ b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Form1.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Program.cs b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Program.cs index 6c41b27..3686807 100644 --- a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Program.cs +++ b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Program.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Properties/AssemblyInfo.cs b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Properties/AssemblyInfo.cs index aad0a9d..5081c93 100644 --- a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Properties/AssemblyInfo.cs +++ b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/TtsService.cs b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/TtsService.cs index 5550101..68e016c 100644 --- a/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/TtsService.cs +++ b/Speech/TextToSpeech/Samples-Http/QueuingMachine/QueuingMachine/TtsService.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/ClientLibrary/IVideoServiceClient.cs b/Video/Windows/ClientLibrary/IVideoServiceClient.cs index 4a4b86e..adbf477 100644 --- a/Video/Windows/ClientLibrary/IVideoServiceClient.cs +++ b/Video/Windows/ClientLibrary/IVideoServiceClient.cs @@ -6,8 +6,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/ClientLibrary/VideoServiceClient.cs b/Video/Windows/ClientLibrary/VideoServiceClient.cs index fd1333c..904db9c 100644 --- a/Video/Windows/ClientLibrary/VideoServiceClient.cs +++ b/Video/Windows/ClientLibrary/VideoServiceClient.cs @@ -6,8 +6,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/App.xaml.cs b/Video/Windows/Sample-WPF/App.xaml.cs index 71ed96b..4d11924 100644 --- a/Video/Windows/Sample-WPF/App.xaml.cs +++ b/Video/Windows/Sample-WPF/App.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/FaceTrackingPage.xaml.cs b/Video/Windows/Sample-WPF/FaceTrackingPage.xaml.cs index e542cb6..2cb1ff1 100644 --- a/Video/Windows/Sample-WPF/FaceTrackingPage.xaml.cs +++ b/Video/Windows/Sample-WPF/FaceTrackingPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/Helpers.cs b/Video/Windows/Sample-WPF/Helpers.cs index e6c0a3d..0a5e676 100644 --- a/Video/Windows/Sample-WPF/Helpers.cs +++ b/Video/Windows/Sample-WPF/Helpers.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/MainWindow.xaml.cs b/Video/Windows/Sample-WPF/MainWindow.xaml.cs index 67d959a..36b1f17 100644 --- a/Video/Windows/Sample-WPF/MainWindow.xaml.cs +++ b/Video/Windows/Sample-WPF/MainWindow.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/MotionDetectionPage.xaml.cs b/Video/Windows/Sample-WPF/MotionDetectionPage.xaml.cs index e0ee132..0c8a981 100644 --- a/Video/Windows/Sample-WPF/MotionDetectionPage.xaml.cs +++ b/Video/Windows/Sample-WPF/MotionDetectionPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/Properties/AssemblyInfo.cs b/Video/Windows/Sample-WPF/Properties/AssemblyInfo.cs index 4ab4ab0..7413258 100644 --- a/Video/Windows/Sample-WPF/Properties/AssemblyInfo.cs +++ b/Video/Windows/Sample-WPF/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/StabilizationPage.xaml.cs b/Video/Windows/Sample-WPF/StabilizationPage.xaml.cs index f7355b5..41bcd34 100644 --- a/Video/Windows/Sample-WPF/StabilizationPage.xaml.cs +++ b/Video/Windows/Sample-WPF/StabilizationPage.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/VideoResultControl.xaml.cs b/Video/Windows/Sample-WPF/VideoResultControl.xaml.cs index bd06669..da198a5 100644 --- a/Video/Windows/Sample-WPF/VideoResultControl.xaml.cs +++ b/Video/Windows/Sample-WPF/VideoResultControl.xaml.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Video/Windows/Sample-WPF/VideoResultDataContext.cs b/Video/Windows/Sample-WPF/VideoResultDataContext.cs index 5c53029..6498e09 100644 --- a/Video/Windows/Sample-WPF/VideoResultDataContext.cs +++ b/Video/Windows/Sample-WPF/VideoResultDataContext.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// Project Oxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceClient.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceClient.java index 7f4289c..0051478 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceClient.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceRestClient.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceRestClient.java index 330ea28..57e2f21 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceRestClient.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/VisionServiceRestClient.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Adult.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Adult.java index 7332a25..3273269 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Adult.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Adult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/AnalyzeResult.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/AnalyzeResult.java index 6963e37..4648a58 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/AnalyzeResult.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/AnalyzeResult.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Category.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Category.java index cc9f9e2..f2f67dd 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Category.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Category.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Color.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Color.java index 7ad4e54..652cda0 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Color.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Color.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Face.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Face.java index 7628925..6970ec1 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Face.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Face.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/FaceRectangle.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/FaceRectangle.java index eda0ba5..54e259a 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/FaceRectangle.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/FaceRectangle.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/GenderEnum.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/GenderEnum.java index dd6846c..ff28748 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/GenderEnum.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/GenderEnum.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/ImageType.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/ImageType.java index d02c969..912297c 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/ImageType.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/ImageType.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/LanguageCodes.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/LanguageCodes.java index a6dedaa..040d9d0 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/LanguageCodes.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/LanguageCodes.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Line.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Line.java index fb9dea7..1ea9d52 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Line.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Line.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Metadata.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Metadata.java index ac88b80..5dca78a 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Metadata.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Metadata.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/OCR.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/OCR.java index 07b2ac5..aeeb8f6 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/OCR.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/OCR.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Region.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Region.java index b9f695f..2bb83e1 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Region.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Region.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Word.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Word.java index bb92295..7c46514 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Word.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/contract/Word.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/HttpPatch.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/HttpPatch.java index a47d6e3..166379c 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/HttpPatch.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/HttpPatch.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/VisionServiceException.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/VisionServiceException.java index 8b2752f..31f0417 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/VisionServiceException.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/VisionServiceException.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/WebServiceRequest.java b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/WebServiceRequest.java index c83af09..edc025c 100644 --- a/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/WebServiceRequest.java +++ b/Vision/Android/ClientLibrary/lib/src/main/java/com/microsoft/projectoxford/vision/rest/WebServiceRequest.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/visionsample/ApplicationTest.java b/Vision/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/visionsample/ApplicationTest.java index fc27792..e88f747 100644 --- a/Vision/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/visionsample/ApplicationTest.java +++ b/Vision/Android/Sample/app/src/androidTest/java/com/microsoft/projectoxford/visionsample/ApplicationTest.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/AnalyzeActivity.java b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/AnalyzeActivity.java index bbeba46..157d1b5 100644 --- a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/AnalyzeActivity.java +++ b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/AnalyzeActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/MainActivity.java b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/MainActivity.java index e7ad068..e1773d2 100644 --- a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/MainActivity.java +++ b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/MainActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/RecognizeActivity.java b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/RecognizeActivity.java index 4363159..adf3f51 100644 --- a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/RecognizeActivity.java +++ b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/RecognizeActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/ThumbnailActivity.java b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/ThumbnailActivity.java index 8fbe6ca..c242cb9 100644 --- a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/ThumbnailActivity.java +++ b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/ThumbnailActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/ImageHelper.java b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/ImageHelper.java index ca4adb7..c68a8fa 100644 --- a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/ImageHelper.java +++ b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/ImageHelper.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/SelectImageActivity.java b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/SelectImageActivity.java index 7b7e12c..db2c408 100644 --- a/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/SelectImageActivity.java +++ b/Vision/Android/Sample/app/src/main/java/com/microsoft/projectoxford/visionsample/helper/SelectImageActivity.java @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/ClientError.cs b/Vision/Windows/ClientLibrary/ClientError.cs index b7fc752..9863d2e 100644 --- a/Vision/Windows/ClientLibrary/ClientError.cs +++ b/Vision/Windows/ClientLibrary/ClientError.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/ClientException.cs b/Vision/Windows/ClientLibrary/ClientException.cs index d14b80c..2091b7e 100644 --- a/Vision/Windows/ClientLibrary/ClientException.cs +++ b/Vision/Windows/ClientLibrary/ClientException.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Adult.cs b/Vision/Windows/ClientLibrary/Contract/Adult.cs index 23c0d35..165c26e 100644 --- a/Vision/Windows/ClientLibrary/Contract/Adult.cs +++ b/Vision/Windows/ClientLibrary/Contract/Adult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/AnalysisResult.cs b/Vision/Windows/ClientLibrary/Contract/AnalysisResult.cs index 7bceeed..3affdd2 100644 --- a/Vision/Windows/ClientLibrary/Contract/AnalysisResult.cs +++ b/Vision/Windows/ClientLibrary/Contract/AnalysisResult.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Category.cs b/Vision/Windows/ClientLibrary/Contract/Category.cs index 0f3af65..4e3373f 100644 --- a/Vision/Windows/ClientLibrary/Contract/Category.cs +++ b/Vision/Windows/ClientLibrary/Contract/Category.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Color.cs b/Vision/Windows/ClientLibrary/Contract/Color.cs index 1825712..1a8400d 100644 --- a/Vision/Windows/ClientLibrary/Contract/Color.cs +++ b/Vision/Windows/ClientLibrary/Contract/Color.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Face.cs b/Vision/Windows/ClientLibrary/Contract/Face.cs index 9cecc57..f7e76af 100644 --- a/Vision/Windows/ClientLibrary/Contract/Face.cs +++ b/Vision/Windows/ClientLibrary/Contract/Face.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/FaceRectangle.cs b/Vision/Windows/ClientLibrary/Contract/FaceRectangle.cs index 7796531..13351b5 100644 --- a/Vision/Windows/ClientLibrary/Contract/FaceRectangle.cs +++ b/Vision/Windows/ClientLibrary/Contract/FaceRectangle.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/ImageType.cs b/Vision/Windows/ClientLibrary/Contract/ImageType.cs index 644685f..62454d6 100644 --- a/Vision/Windows/ClientLibrary/Contract/ImageType.cs +++ b/Vision/Windows/ClientLibrary/Contract/ImageType.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/LanguageCodes.cs b/Vision/Windows/ClientLibrary/Contract/LanguageCodes.cs index 4fcca18..9b76aea 100644 --- a/Vision/Windows/ClientLibrary/Contract/LanguageCodes.cs +++ b/Vision/Windows/ClientLibrary/Contract/LanguageCodes.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Line.cs b/Vision/Windows/ClientLibrary/Contract/Line.cs index cff6556..c895bd4 100644 --- a/Vision/Windows/ClientLibrary/Contract/Line.cs +++ b/Vision/Windows/ClientLibrary/Contract/Line.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Metadata.cs b/Vision/Windows/ClientLibrary/Contract/Metadata.cs index 52da859..12d60d7 100644 --- a/Vision/Windows/ClientLibrary/Contract/Metadata.cs +++ b/Vision/Windows/ClientLibrary/Contract/Metadata.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/OcrResults.cs b/Vision/Windows/ClientLibrary/Contract/OcrResults.cs index 770c18a..7ea87ca 100644 --- a/Vision/Windows/ClientLibrary/Contract/OcrResults.cs +++ b/Vision/Windows/ClientLibrary/Contract/OcrResults.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Rectangle.cs b/Vision/Windows/ClientLibrary/Contract/Rectangle.cs index 604d25c..80e8cde 100644 --- a/Vision/Windows/ClientLibrary/Contract/Rectangle.cs +++ b/Vision/Windows/ClientLibrary/Contract/Rectangle.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Region.cs b/Vision/Windows/ClientLibrary/Contract/Region.cs index 6ffa8be..6ff2f41 100644 --- a/Vision/Windows/ClientLibrary/Contract/Region.cs +++ b/Vision/Windows/ClientLibrary/Contract/Region.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Contract/Word.cs b/Vision/Windows/ClientLibrary/Contract/Word.cs index 0a82abb..f2234b6 100644 --- a/Vision/Windows/ClientLibrary/Contract/Word.cs +++ b/Vision/Windows/ClientLibrary/Contract/Word.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/IVisionServiceClient.cs b/Vision/Windows/ClientLibrary/IVisionServiceClient.cs index 7ac290e..79d345b 100644 --- a/Vision/Windows/ClientLibrary/IVisionServiceClient.cs +++ b/Vision/Windows/ClientLibrary/IVisionServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/ClientLibrary/Properties/AssemblyInfo.cs b/Vision/Windows/ClientLibrary/Properties/AssemblyInfo.cs index b0b32e8..18e3765 100644 --- a/Vision/Windows/ClientLibrary/Properties/AssemblyInfo.cs +++ b/Vision/Windows/ClientLibrary/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: +// Project Oxford SDK GitHub: // // https://github.com/Microsoft/ProjectOxford-ClientSDK // diff --git a/Vision/Windows/ClientLibrary/VisionServiceClient.cs b/Vision/Windows/ClientLibrary/VisionServiceClient.cs index 3b3653d..7c86039 100644 --- a/Vision/Windows/ClientLibrary/VisionServiceClient.cs +++ b/Vision/Windows/ClientLibrary/VisionServiceClient.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/Sample-Console/Sample/Program.cs b/Vision/Windows/Sample-Console/Sample/Program.cs index 5b79d2d..90ccad4 100644 --- a/Vision/Windows/Sample-Console/Sample/Program.cs +++ b/Vision/Windows/Sample-Console/Sample/Program.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/Sample-Console/Sample/Properties/AssemblyInfo.cs b/Vision/Windows/Sample-Console/Sample/Properties/AssemblyInfo.cs index 1ef5c00..a39eba3 100644 --- a/Vision/Windows/Sample-Console/Sample/Properties/AssemblyInfo.cs +++ b/Vision/Windows/Sample-Console/Sample/Properties/AssemblyInfo.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/Vision/Windows/Sample-Console/Sample/VisionHelper.cs b/Vision/Windows/Sample-Console/Sample/VisionHelper.cs index 939f01d..793ed03 100644 --- a/Vision/Windows/Sample-Console/Sample/VisionHelper.cs +++ b/Vision/Windows/Sample-Console/Sample/VisionHelper.cs @@ -4,8 +4,8 @@ // // Project Oxford: http://ProjectOxford.ai // -// ProjectOxford SDK Github: -// https://github.com/Microsoft/ProjectOxfordSDK-Windows +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK // // Copyright (c) Microsoft Corporation // All rights reserved. diff --git a/WebLM/README.md b/WebLM/README.md new file mode 100644 index 0000000..5f81737 --- /dev/null +++ b/WebLM/README.md @@ -0,0 +1,33 @@ +Microsoft Project Oxford Web Language Model API SDK and sample +============================================================== + +This repo contains a client library and sample code to demonstrate Microsoft’s state-of-the-art language modeling APIs, which automate a variety of standard natural language processing tasks. +Learn more about the Web Language Model API at [our documentation](). + +Getting started +=============== + +To get started, select the platform for which you're developing. + +- [Windows]() + +Contributing +============ +We welcome contributions and are always looking for new SDKs, input, and +suggestions. Feel free to file issues on the repo and we'll address them as we can. + +For questions, feedback, or suggestions about Project Oxford services, feel free to reach out to us directly. + +- [Project Oxford support]() + +- [Forums]() + +- [Blog]() + +License +======= + +All Project Oxford SDKs and samples are licensed with the MIT License. For more details, see +[LICENSE](). + +Sample images are licensed separately, please refer to [LICENSE-IMAGE](). diff --git a/WebLM/Windows/ClientLibrary/ClientError.cs b/WebLM/Windows/ClientLibrary/ClientError.cs new file mode 100644 index 0000000..daed7b4 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/ClientError.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Error class. + /// + [DataContract] + public class ClientError + { + /// + /// Gets or sets the code. + /// + /// + /// The code. + /// + [DataMember(Name = "code")] + public string Code { get; set; } + + /// + /// Gets or sets the message. + /// + /// + /// The message. + /// + [DataMember(Name = "message")] + public string Message { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/ClientException.cs b/WebLM/Windows/ClientLibrary/ClientException.cs new file mode 100644 index 0000000..c326046 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/ClientException.cs @@ -0,0 +1,160 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System; +using System.Net; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// The Exception will be shown to client. + /// + public class ClientException : Exception + { + /// + /// Initializes a new instance of the class. + /// + public ClientException() + : base() + { + } + + /// + /// Initializes a new instance of the class. + /// + /// The corresponding error message. + public ClientException(string message) + : base(message) + { + this.Error = new ClientError() + { + Code = HttpStatusCode.InternalServerError.ToString(), + Message = message + }; + } + + /// + /// Initializes a new instance of the class. + /// + /// The corresponding error message. + /// The Http Status code. + public ClientException(string message, HttpStatusCode httpStatus) + : base(message) + { + this.HttpStatus = httpStatus; + + this.Error = new ClientError() + { + Code = this.HttpStatus.ToString(), + Message = message + }; + } + + /// + /// Initializes a new instance of the class. + /// + /// The corresponding error message. + /// The inner exception. + public ClientException(string message, Exception innerException) + : base(message, innerException) + { + this.Error = new ClientError() + { + Code = HttpStatusCode.InternalServerError.ToString(), + Message = message + }; + } + + /// + /// Initializes a new instance of the class. + /// + /// The corresponding error message. + /// The error code. + /// The http status. + /// The inner exception. + public ClientException(string message, string errorCode, HttpStatusCode httpStatus, Exception innerException) + : base(message, innerException) + { + this.HttpStatus = httpStatus; + + this.Error = new ClientError() + { + Code = errorCode, + Message = message + }; + } + + /// + /// Initializes a new instance of the class. + /// + /// The error entity. + /// The http status. + public ClientException(ClientError error, HttpStatusCode httpStatus) + { + this.Error = error; + this.HttpStatus = httpStatus; + } + + /// + /// Gets http status of http response. + /// + /// + /// The HTTP status. + /// + public HttpStatusCode HttpStatus { get; private set; } + + /// + /// Gets or sets the httpError message. + /// + /// + /// The error. + /// + public ClientError Error { get; set; } + + /// + /// Create Client Exception of Bad Request. + /// + /// The corresponding error message. + /// Client Exception Instance. + public static ClientException BadRequest(string message) + { + return new ClientException( + new ClientError() + { + Code = ((int)HttpStatusCode.BadRequest).ToString(), + Message = message + }, + HttpStatusCode.BadRequest); + } + } +} diff --git a/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityQuery.cs b/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityQuery.cs new file mode 100644 index 0000000..1d52428 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityQuery.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Conditional probability query. + /// + [DataContract] + public class ConditionalProbabilityQuery + { + /// + /// Gets or sets words. + /// + [DataMember(Name = "words")] + public string Words { get; set; } + + /// + /// Gets or sets word. + /// + [DataMember(Name = "word")] + public string Word { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResponse.cs b/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResponse.cs new file mode 100644 index 0000000..226f1d7 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResponse.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Conditional probability response. + /// + [DataContract] + public class ConditionalProbabilityResponse + { + /// + /// Gets or sets conditional probability results. + /// + [DataMember(Name = "results")] + public ConditionalProbabilityResult[] Results { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResult.cs b/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResult.cs new file mode 100644 index 0000000..1bbc037 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/ConditionalProbabilityResult.cs @@ -0,0 +1,62 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Conditional probability result. + /// + [DataContract] + public class ConditionalProbabilityResult + { + /// + /// Gets or sets words. + /// + [DataMember(Name = "words")] + public string Words { get; set; } + + /// + /// Gets or sets word. + /// + [DataMember(Name = "word")] + public string Word { get; set; } + + /// + /// Gets or sets probability. + /// + [DataMember(Name = "probability")] + public double Probability { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/DefaultValues.cs b/WebLM/Windows/ClientLibrary/Contract/DefaultValues.cs new file mode 100644 index 0000000..1576656 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/DefaultValues.cs @@ -0,0 +1,51 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Definition of default values. + /// + public static class DefaultValues + { + /// + /// Default value of order. + /// + public const int OrderDefault = 5; + + /// + /// Default number of candidates returned. + /// + public const int CandidatesDefault = 5; + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/JointProbabilityResponse.cs b/WebLM/Windows/ClientLibrary/Contract/JointProbabilityResponse.cs new file mode 100644 index 0000000..815632d --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/JointProbabilityResponse.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Joint probability response. + /// + [DataContract] + public class JointProbabilityResponse + { + /// + /// Gets or sets joint probability results. + /// + [DataMember(Name = "results")] + public JointProbabilityResult[] Results { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/JointProbabilityResult.cs b/WebLM/Windows/ClientLibrary/Contract/JointProbabilityResult.cs new file mode 100644 index 0000000..8e9e689 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/JointProbabilityResult.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Joint probability result. + /// + [DataContract] + public class JointProbabilityResult + { + /// + /// Gets or sets words. + /// + [DataMember(Name = "words")] + public string Words { get; set; } + + /// + /// Gets or sets probability. + /// + [DataMember(Name = "probability")] + public double Probability { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/ListAvailableModelsResponse.cs b/WebLM/Windows/ClientLibrary/Contract/ListAvailableModelsResponse.cs new file mode 100644 index 0000000..656a764 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/ListAvailableModelsResponse.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// List available models response. + /// + [DataContract] + public class ListAvailableModelsResponse + { + /// + /// Gets or sets models. + /// + [DataMember(Name = "models")] + public Model[] Models { get; set; } + } +} diff --git a/WebLM/Windows/ClientLibrary/Contract/Model.cs b/WebLM/Windows/ClientLibrary/Contract/Model.cs new file mode 100644 index 0000000..ceaa109 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/Model.cs @@ -0,0 +1,65 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + [DataContract] + public class Model + { + /// + /// Gets or sets the details of the corpus that the model was trained on. + /// + [DataMember(Name = "corpus")] + public string Corpus { get; set; } + + /// + /// Gets or sets the model's name. + /// + [DataMember(Name = "model")] + public string Name { get; set; } + + /// + /// Gets or sets the model's maximum order. + /// + [DataMember(Name = "maxOrder")] + public int MaxOrder { get; set; } + + /// + /// Gets or sets the model's supported operations. + /// + [DataMember(Name = "supportedOperations")] + public SupportedOperations[] SupportedOperations { get; set; } + } +} diff --git a/WebLM/Windows/ClientLibrary/Contract/NextWordCompletionCandidate.cs b/WebLM/Windows/ClientLibrary/Contract/NextWordCompletionCandidate.cs new file mode 100644 index 0000000..19b9e32 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/NextWordCompletionCandidate.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Next word completion candidate. + /// + [DataContract] + public class NextWordCompletionCandidate + { + /// + /// Gets or sets word. + /// + [DataMember(Name = "word")] + public string Word { get; set; } + + /// + /// Gets or sets probability. + /// + [DataMember(Name = "probability")] + public double Probability { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/NextWordCompletionResponse.cs b/WebLM/Windows/ClientLibrary/Contract/NextWordCompletionResponse.cs new file mode 100644 index 0000000..73eceeb --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/NextWordCompletionResponse.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Next word completion response. + /// + [DataContract] + public class NextWordCompletionResponse + { + /// + /// Gets or sets next word completion candidates. + /// + [DataMember(Name = "candidates")] + public NextWordCompletionCandidate[] Candidates { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/SupportedOperations.cs b/WebLM/Windows/ClientLibrary/Contract/SupportedOperations.cs new file mode 100644 index 0000000..e3ffd56 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/SupportedOperations.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; +using Newtonsoft.Json; +using Newtonsoft.Json.Converters; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + [DataContract] + [JsonConverter(typeof(StringEnumConverter))] + public enum SupportedOperations + { + [EnumMember] + CalculateJointProbability, + + [EnumMember] + CalculateConditionalProbability, + + [EnumMember] + GenerateNextWords, + + [EnumMember] + BreakIntoWords + } +} diff --git a/WebLM/Windows/ClientLibrary/Contract/WordBreakingCandidate.cs b/WebLM/Windows/ClientLibrary/Contract/WordBreakingCandidate.cs new file mode 100644 index 0000000..258d334 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/WordBreakingCandidate.cs @@ -0,0 +1,56 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Word Breaking Candidate. + /// + [DataContract] + public class WordBreakingCandidate + { + /// + /// Gets or sets words. + /// + [DataMember(Name = "words")] + public string Words { get; set; } + + /// + /// Gets or sets probability. + /// + [DataMember(Name = "probability")] + public double Probability { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Contract/WordBreakingResponse.cs b/WebLM/Windows/ClientLibrary/Contract/WordBreakingResponse.cs new file mode 100644 index 0000000..5dbf173 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Contract/WordBreakingResponse.cs @@ -0,0 +1,50 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Word Breaking response. + /// + [DataContract] + public class WordBreakingResponse + { + /// + /// Gets or sets Word Breaking candidates. + /// + [DataMember(Name = "candidates")] + public WordBreakingCandidate[] Candidates { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/ErrorResponse.cs b/WebLM/Windows/ClientLibrary/ErrorResponse.cs new file mode 100644 index 0000000..9f5529e --- /dev/null +++ b/WebLM/Windows/ClientLibrary/ErrorResponse.cs @@ -0,0 +1,53 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Runtime.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// Error response class. + /// + [DataContract] + public class ErrorResponse + { + /// + /// Gets or sets the errors. + /// + /// + /// The errors. + /// + [DataMember(Name = "errors")] + public ClientError[] Errors { get; set; } + } +} \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/IWebLMClient.cs b/WebLM/Windows/ClientLibrary/IWebLMClient.cs new file mode 100644 index 0000000..3305e06 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/IWebLMClient.cs @@ -0,0 +1,87 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Threading.Tasks; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + /// + /// WebLM client interface. + /// + public interface IWebLMClient + { + /// + /// Calculate Joint Probabilities asynchronously. + /// + /// Joint probability queries + /// Which model to use. + /// The order of N-gram. + /// Joint probabilities response. + Task CalculateJointProbabilitiesAsync(string[] queries, string model, int order = DefaultValues.OrderDefault); + + /// + /// Calculate Conditional Probabilities asynchronously. + /// + /// Conditional probability queries + /// Which model to use. + /// The order of N-gram. + /// Conditional probabilities response. + Task CalculateConditionalProbabilitiesAsync(ConditionalProbabilityQuery[] queries, string model, int order = DefaultValues.OrderDefault); + + /// + /// Generate next words asynchronously. + /// + /// A string containing a sequence of words from which to generate the list of words likely to follow. + /// Which model to use. + /// The order of N-gram. + /// Max number of candidates would be returned. + /// Next word completions response. + Task GenerateNextWordsAsync(string words, string model, int order = DefaultValues.OrderDefault, int maxNumOfCandidatesReturned = DefaultValues.CandidatesDefault); + + /// + /// Break into words asynchronously. + /// + /// The line of text to break into words. + /// Which model to use. + /// The order of N-gram. + /// Max number of candidates would be returned. + /// Word breaking response. + Task BreakIntoWordsAsync(string text, string model, int order = DefaultValues.OrderDefault, int maxNumOfCandidatesReturned = DefaultValues.CandidatesDefault); + + /// + /// List available models asynchronously. + /// + /// List available models response. + Task ListAvailableModelsAsync(); + } +} diff --git a/WebLM/Windows/ClientLibrary/LMServiceClient.cs b/WebLM/Windows/ClientLibrary/LMServiceClient.cs new file mode 100644 index 0000000..f8cffb0 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/LMServiceClient.cs @@ -0,0 +1,288 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System; +using System.Net.Http; +using System.Text; +using System.Threading.Tasks; +using Newtonsoft.Json; +using Newtonsoft.Json.Serialization; + +namespace Microsoft.ProjectOxford.Text.WebLM +{ + public class LMServiceClient : IWebLMClient + { + #region private members + + /// + /// The Service Host + /// + private const string ServiceHost = "https://api.projectoxford.ai/text/weblm/v1.0"; + + /// + /// The JSON content type header. + /// + private const string JsonContentTypeHeader = "application/json"; + + /// + /// The subscription key name. + /// + private const string SubscriptionKeyName = "ocp-apim-subscription-key"; + + /// + /// The JointProbability. + /// + private const string CalculateJointProbabilityQuery = "calculateJointProbability"; + + /// + /// The ConditionalProbability. + /// + private const string CalculateConditionalProbabilityQuery = "calculateConditionalProbability"; + + /// + /// The NextWordCompletions. + /// + private const string GenerateNextWordsQuery = "generateNextWords"; + + /// + /// The WordBreakings. + /// + private const string BreakIntoWordsQuery = "breakIntoWords"; + + /// + /// The ListAvailableModels. + /// + private const string ListAvailableModelsQuery = "models"; + + /// + /// The default resolver. + /// + private static CamelCasePropertyNamesContractResolver defaultResolver = new CamelCasePropertyNamesContractResolver(); + + /// + /// The settings + /// + private static JsonSerializerSettings settings = new JsonSerializerSettings() + { + DateFormatHandling = DateFormatHandling.IsoDateFormat, + NullValueHandling = NullValueHandling.Ignore, + ContractResolver = defaultResolver + }; + + /// + /// The subscription key. + /// + private string _subscriptionKey; + + /// + /// The HTTP client + /// + private HttpClient _httpLMServiceClient; + #endregion + + public LMServiceClient(string subscriptionKey) + { + this._subscriptionKey = subscriptionKey; + _httpLMServiceClient = new HttpClient(); + _httpLMServiceClient.DefaultRequestHeaders.Add(SubscriptionKeyName, subscriptionKey); + } + + #region INgramLookupClient implementations + /// + /// Calculate Joint Probabilities asynchronously. + /// + /// Joint probability queries. + /// Which model to use. + /// The order of N-gram. + /// Joint probabilities response. + public async Task CalculateJointProbabilitiesAsync(string[] queries, string model, int order = DefaultValues.OrderDefault) + { + if ((queries == null) || (queries.Length == 0) || (model == null) || (model.Length == 0) || (order <= 0)) + throw new ArgumentException("Arguments must be valid."); + + var requestUrl = string.Format( + "{0}/{1}?model={2}&order={3}", + ServiceHost, + CalculateJointProbabilityQuery, + model, + order); + + var jointProbabilityRequest = new { queries = queries }; + return await this.SendRequestAsync(HttpMethod.Post, requestUrl, jointProbabilityRequest); + } + + /// + /// Calculate Conditional Probabilities asynchronously. + /// + /// Conditional probability queries. + /// Which model to use. + /// The order of N-gram. + /// Conditional probabilities response. + public async Task CalculateConditionalProbabilitiesAsync(ConditionalProbabilityQuery[] queries, string model, int order = DefaultValues.OrderDefault) + { + if ((queries == null) || (queries.Length == 0) || (model == null) || (model.Length == 0) || (order <= 0)) + throw new ArgumentException("Arguments must be valid."); + + var requestUrl = string.Format( + "{0}/{1}?model={2}&order={3}", + ServiceHost, + CalculateConditionalProbabilityQuery, + model, + order); + + var conditionalProbabilityRequest = new { queries = queries }; + return await this.SendRequestAsync(HttpMethod.Post, requestUrl, conditionalProbabilityRequest); + } + + /// + /// Generate next words asynchronously. + /// + /// A string containing a sequence of words from which to generate the list of words likely to follow. + /// Which model to use. + /// The order of N-gram. + /// Max number of candidates would be returned. + /// Next word completions response. + public async Task GenerateNextWordsAsync(string words, string model, int order = DefaultValues.OrderDefault, int maxNumOfCandidatesReturned = DefaultValues.CandidatesDefault) + { + if ((words == null) || (words.Length == 0) || (model == null) || (model.Length == 0) || (order <= 0)) + throw new ArgumentException("Arguments must be valid."); + + var requestUrl = string.Format( + "{0}/{1}?model={2}&words={3}&order={4}&maxNumOfCandidatesReturned={5}", + ServiceHost, + GenerateNextWordsQuery, + model, + words, + order, + maxNumOfCandidatesReturned); + + return await this.SendRequestAsync(HttpMethod.Post, requestUrl); + } + + /// + /// Break into words asynchronously. + /// + /// The line of text to break into words. + /// Which model to use. + /// The order of N-gram. + /// Max number of candidates would be returned. + /// Word breaking response. + public async Task BreakIntoWordsAsync(string text, string model, int order = DefaultValues.OrderDefault, int maxNumOfCandidatesReturned = DefaultValues.CandidatesDefault) + { + if ((text == null) || (text.Length == 0) || (model == null) || (model.Length == 0) || (order <= 0)) + throw new ArgumentException("Arguments must be valid."); + + var requestUrl = string.Format( + "{0}/{1}?model={2}&text={3}&order={4}&maxNumOfCandidatesReturned={5}", + ServiceHost, + BreakIntoWordsQuery, + model, + text, + order, + maxNumOfCandidatesReturned); + + return await this.SendRequestAsync(HttpMethod.Post, requestUrl); + } + + /// + /// List available models asynchronously. + /// + /// List available models response. + public async Task ListAvailableModelsAsync() + { + var requestUrl = string.Format( + "{0}/{1}", + ServiceHost, + ListAvailableModelsQuery + ); + + return await this.SendRequestAsync(HttpMethod.Get, requestUrl); + } + #endregion + + #region the json client + /// + /// Sends the request asynchronously. + /// + /// The type of the request. + /// The type of the response. + /// The HTTP method. + /// The request URL. + /// The request body. + /// The response. + /// The client exception. + private async Task SendRequestAsync(HttpMethod httpMethod, string requestUrl, TRequest requestBody = default(TRequest)) + { + var request = new HttpRequestMessage(httpMethod, ServiceHost); + request.RequestUri = new Uri(requestUrl); + if (requestBody != null) + { + request.Content = new StringContent(JsonConvert.SerializeObject(requestBody, settings), Encoding.UTF8, JsonContentTypeHeader); + } + + HttpResponseMessage response = await _httpLMServiceClient.SendAsync(request); + if (response.IsSuccessStatusCode) + { + string responseContent = null; + if (response.Content != null) + { + responseContent = await response.Content.ReadAsStringAsync(); + } + + if (!string.IsNullOrWhiteSpace(responseContent)) + { + return JsonConvert.DeserializeObject(responseContent, settings); + } + + return default(TResponse); + } + else + { + if (response.Content != null && response.Content.Headers.ContentType.MediaType.Contains(JsonContentTypeHeader)) + { + var errorObjectString = await response.Content.ReadAsStringAsync(); + ClientError errorCollection = JsonConvert.DeserializeObject(errorObjectString); + if (errorCollection != null) + { + throw new ClientException(errorCollection, response.StatusCode); + } + } + + response.EnsureSuccessStatusCode(); + } + + return default(TResponse); + } + #endregion + } +} diff --git a/WebLM/Windows/ClientLibrary/LMServiceClient.csproj b/WebLM/Windows/ClientLibrary/LMServiceClient.csproj new file mode 100644 index 0000000..9ca3787 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/LMServiceClient.csproj @@ -0,0 +1,84 @@ + + + + + 11.0 + Debug + AnyCPU + {53D3ADDB-DDBB-4818-ABA3-E5437C566266} + Library + Properties + Microsoft.ProjectOxford.Text.WebLM + Microsoft.ProjectOxford.Text.WebLM + en-US + 512 + {786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Profile7 + v4.5 + .\ + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + true + bin\CNDebug\ + DEBUG;TRACE + full + AnyCPU + prompt + MinimumRecommendedRules.ruleset + + + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll + + + + + + + + \ No newline at end of file diff --git a/WebLM/Windows/ClientLibrary/Properties/AssemblyInfo.cs b/WebLM/Windows/ClientLibrary/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..a8e388f --- /dev/null +++ b/WebLM/Windows/ClientLibrary/Properties/AssemblyInfo.cs @@ -0,0 +1,48 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Resources; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("WebLM Client")] +[assembly: AssemblyDescription("Microsoft Project Oxford Web Language Model Client")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("Microsoft Project Oxford")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/WebLM/Windows/ClientLibrary/packages.config b/WebLM/Windows/ClientLibrary/packages.config new file mode 100644 index 0000000..d1b6b61 --- /dev/null +++ b/WebLM/Windows/ClientLibrary/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/WebLM/Windows/README.md b/WebLM/Windows/README.md new file mode 100644 index 0000000..75c31c4 --- /dev/null +++ b/WebLM/Windows/README.md @@ -0,0 +1,56 @@ +Microsoft Project Oxford Web Language Model API SDK and sample +============================================================== + +This repo contains a client library and sample code to demonstrate Microsoft’s state-of-the-art language modeling APIs, which automate a variety of standard natural language processing tasks. +Learn more about the Web Language Model API at [our documentation](). + +Getting started +=============== + +To obtain a subscription key for WebLM, visit [our website] () and sign up for free using your Microsoft account. +Then open, modify, build, and run the accompanying Visual Studio solution. +This sample is a C# Windows console application demonstrating the use of the Project Oxford Web Language Model API. + +Build the sample +---------------- + +1. Start Microsoft Visual Studio 2015 and select File \> Open \> Project/Solution. + +2. Starting in the folder where you clone the repository, go to the WebLM \> Windows Folder. + +3. Double-click the Visual Studio 2015 Solution file WebLMSample.sln. + +4. Paste your Oxford subscription key into the LMServiceClient constructor parameter value in Program.cs. + +5. Press Ctrl+Shift+B, or select Build \> Build Solution. + +Run the sample +-------------- + +After the build is complete, press F5 to run the sample. + +A number of self-explanatory lines will be printed on the console, showing the results received from the WebLM service. + +Press any key to exit the app. + +Contributing +============ +We welcome contributions and are always looking for new SDKs, input, and +suggestions. Feel free to file issues on the repo and we'll address them as we can. You can also learn more about how you can help on the [Contribution +Rules & Guidelines](). + +For questions, feedback, or suggestions about Project Oxford services, feel free to reach out to us directly. + +- [Project Oxford support]() + +- [Forums]() + +- [Blog]() + +License +======= + +All Project Oxford SDKs and samples are licensed with the MIT License. For more details, see +[LICENSE](). + +Sample images are licensed separately, please refer to [LICENSE-IMAGE](). diff --git a/WebLM/Windows/Sample/App.config b/WebLM/Windows/Sample/App.config new file mode 100644 index 0000000..8e15646 --- /dev/null +++ b/WebLM/Windows/Sample/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WebLM/Windows/Sample/CSharpSample.csproj b/WebLM/Windows/Sample/CSharpSample.csproj new file mode 100644 index 0000000..acb65ff --- /dev/null +++ b/WebLM/Windows/Sample/CSharpSample.csproj @@ -0,0 +1,61 @@ + + + + + Debug + AnyCPU + {91608EA0-C4ED-4873-A6F2-A7988F863E56} + Exe + Properties + Microsoft.ProjectOxford.CSharpSamples.WebLM + Microsoft.ProjectOxford.CSharpSamples.WebLM + v4.5 + 512 + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\packages\Newtonsoft.Json.6.0.8\lib\portable-net45+wp80+win8+wpa81+aspnetcore50\Newtonsoft.Json.dll + + + + + + + + + + + + + {53d3addb-ddbb-4818-aba3-e5437c566266} + LMServiceClient + + + + + \ No newline at end of file diff --git a/WebLM/Windows/Sample/Program.cs b/WebLM/Windows/Sample/Program.cs new file mode 100644 index 0000000..9d94817 --- /dev/null +++ b/WebLM/Windows/Sample/Program.cs @@ -0,0 +1,99 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System; +using Microsoft.ProjectOxford.Text.WebLM; + +namespace Microsoft.ProjectOxford.CSharpSamples.WebLM +{ + /// + /// Program class + /// + class Program + { + /// + /// Initialzes a new instance of class. + /// + private static readonly LMServiceClient s_client = new LMServiceClient("Paste your subscription key here."); + + /// + /// Main Function + /// + /// input args + static void Main(string[] args) + { + /// Which model to use. Only title/anchor/query/body are currently supported. + var model = "body"; + + /// The Markov N-gram order to use. If higher than the model's max order, the model's max order is used instead. + var order = 5; + + /// The maximum number of results to be returned by next word generation and word breaking. The limit is 1000. + var maxNumCandidates = 5; + + /// List available models. + var modelsResponse = s_client.ListAvailableModelsAsync().GetAwaiter().GetResult(); + foreach (var modelsResult in modelsResponse.Models) + Console.WriteLine("Models: Name={0} MaxOrder={1}", modelsResult.Name, modelsResult.MaxOrder); + + /// Calculate joint probabilities. (The numbers returned are actualy log-10 probabilities, and therefore always negative.) + var jpQueries = new string[] { "this is the first string", "the second string" }; + var jpResponse = s_client.CalculateJointProbabilitiesAsync(jpQueries, model, order).GetAwaiter().GetResult(); + foreach (var jpResult in jpResponse.Results) + Console.WriteLine("Joint probability: P({0}) = {1}", jpResult.Words, jpResult.Probability); + + /// Calculate conditional probabilities. + var cpQuery1 = new ConditionalProbabilityQuery() { Words = "world wide", Word = "web" }; + var cpQuery2 = new ConditionalProbabilityQuery() { Words = "one two three", Word = "four" }; + var cpQueries = new ConditionalProbabilityQuery[] { cpQuery1, cpQuery2 }; + var cpResponse = s_client.CalculateConditionalProbabilitiesAsync(cpQueries, model, order).GetAwaiter().GetResult(); + foreach (var cpResult in cpResponse.Results) + Console.WriteLine("Conditional probability: P({0}|{1}) = {2}", cpResult.Word, cpResult.Words, cpResult.Probability); + + /// Generate next word completions. + var nwQuery = "world wide"; + var nwResponse = s_client.GenerateNextWordsAsync(nwQuery, model, order, maxNumCandidates).GetAwaiter().GetResult(); + foreach (var nwResult in nwResponse.Candidates) + Console.WriteLine("Next words: {0} -> {1} {2}", nwQuery, nwResult.Word, nwResult.Probability); + + /// Break a string without spaces into words. + var wbQuery = "yourtexttobreak"; + var wbResponse = s_client.BreakIntoWordsAsync(wbQuery, model, order, maxNumCandidates).GetAwaiter().GetResult(); + foreach (var wbResult in wbResponse.Candidates) + Console.WriteLine("Word breaking: {0} -> {1}", wbResult.Words, wbResult.Probability); + + Console.WriteLine("Press any key to exit."); + Console.ReadKey(); + } + } +} diff --git a/WebLM/Windows/Sample/Properties/AssemblyInfo.cs b/WebLM/Windows/Sample/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..d4493bc --- /dev/null +++ b/WebLM/Windows/Sample/Properties/AssemblyInfo.cs @@ -0,0 +1,69 @@ +// +// Copyright (c) Microsoft. All rights reserved. +// Licensed under the MIT license. +// +// Project Oxford: http://ProjectOxford.ai +// +// Project Oxford SDK GitHub: +// https://github.com/Microsoft/ProjectOxford-ClientSDK +// +// Copyright (c) Microsoft Corporation +// All rights reserved. +// +// MIT License: +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED ""AS IS"", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("Microsoft.ProjectOxford.CSharpSamples.WebLM")] +[assembly: AssemblyDescription("Microsoft.ProjectOxford.CSharpSamples.WebLM")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Microsoft Project Oxford")] +[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ccd9a17a-4d31-4928-98c0-607fc536520f")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/WebLM/Windows/Sample/packages.config b/WebLM/Windows/Sample/packages.config new file mode 100644 index 0000000..d1b6b61 --- /dev/null +++ b/WebLM/Windows/Sample/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/WebLM/Windows/WebLMSample.sln b/WebLM/Windows/WebLMSample.sln new file mode 100644 index 0000000..2227226 --- /dev/null +++ b/WebLM/Windows/WebLMSample.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.23107.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LMServiceClient", "ClientLibrary\LMServiceClient.csproj", "{53D3ADDB-DDBB-4818-ABA3-E5437C566266}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSharpSample", "Sample\CSharpSample.csproj", "{91608EA0-C4ED-4873-A6F2-A7988F863E56}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {53D3ADDB-DDBB-4818-ABA3-E5437C566266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {53D3ADDB-DDBB-4818-ABA3-E5437C566266}.Debug|Any CPU.Build.0 = Debug|Any CPU + {53D3ADDB-DDBB-4818-ABA3-E5437C566266}.Release|Any CPU.ActiveCfg = Release|Any CPU + {53D3ADDB-DDBB-4818-ABA3-E5437C566266}.Release|Any CPU.Build.0 = Release|Any CPU + {91608EA0-C4ED-4873-A6F2-A7988F863E56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {91608EA0-C4ED-4873-A6F2-A7988F863E56}.Debug|Any CPU.Build.0 = Debug|Any CPU + {91608EA0-C4ED-4873-A6F2-A7988F863E56}.Release|Any CPU.ActiveCfg = Release|Any CPU + {91608EA0-C4ED-4873-A6F2-A7988F863E56}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal