Cognitive-SpeakerRecognition-Android

Android SDK for Microsoft Speaker Recognition API, part of Cognitive Services

  • 所有者: microsoft/Cognitive-SpeakerRecognition-Android
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Microsoft Speaker Recognition API: Android Client Library

This repo contains the Android client library for the Microsoft Speaker Recognition API, an offering within Microsoft Cognitive Services, formerly known as Project Oxford.

The client library

This client library is a thin Java client wrapper for the Microsoft Speaker Recognition REST API.

The easiest way to consume the client library is to add com.microsoft.cognitive.speakerrecognition package from Maven Central Repository.

To find the latest version of client library, go to http://search.maven.org, and search for "com.microsoft.cognitive".

To add the client library dependency from build.gradle file, add the following line in dependencies.

dependencies {
    //
    // Use the following line to include client library from Maven Central Repository
    // Change the version number from the search.maven.org result
    //
    compile 'com.microsoft.cognitive:speakerrecognition:1.0.0'

    // Your other Dependencies...
}

To do add the client library dependency from Android Studio:

  1. From Menu, Choose File > Project Structure
  2. Click on your app module
  3. Click on Dependencies tab
  4. Click "+" sign to add new dependency
  5. Pick "Library dependency" from the drop down list
  6. Type "com.microsoft.cognitive" and hit the search icon from "Choose Library Dependency" dialog
  7. Pick the Cognitive Services client library that you intend to use.
  8. Click "OK" to add the new dependency

Contributing

We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our Contribution Rules & Guidelines.

You can reach out to us anytime with questions and suggestions using our communities below:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
LICENSE.

Sample images are licensed separately, please refer to LICENSE-IMAGE.

概覽

名稱與所有者microsoft/Cognitive-SpeakerRecognition-Android
主編程語言Java
編程語言Java (語言數: 1)
平台
許可證Other
發布數0
創建於2016-06-27 18:15:00
推送於2019-11-25 05:03:34
最后一次提交2018-03-20 15:07:27
星數48
關注者數61
派生數41
提交數14
已啟用問題?
問題數21
打開的問題數13
拉請求數0
打開的拉請求數4
關閉的拉請求數0
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部