|
1 | 1 | Android Vision API Samples
|
2 |
| -============ |
| 2 | +========================== |
3 | 3 |
|
4 |
| -These samples demonstrate the vision API for detecting faces and barcodes. |
| 4 | +The Mobile Vision API is now a part of [ML Kit][3]. We strongly encourage you to try it out, as it comes with new capabilities like on-device image labeling! Also, note that we ultimately plan to wind down the Mobile Vision API, with all new on-device ML capabilities released via ML Kit. Check out [this codelab][4] to use the vision APIs in ML Kit. |
5 | 5 |
|
6 |
| -Introduction |
7 |
| ------------- |
| 6 | +This sample has been deprecated/archived meaning it's read-only and it's no longer actively maintained (more details on archiving can be found [here][1]). |
8 | 7 |
|
9 |
| -Pre-requisites |
10 |
| --------------- |
11 |
| - Android Play Services SDK level 26 or greater. |
| 8 | +For other related samples, check out the new [github.com/android/user-interface-samples][2] repo. Thank you! |
12 | 9 |
|
13 |
| -Getting Started |
14 |
| ---------------- |
15 |
| -The samples build using Gradle in Android Studio. There is no special |
16 |
| -configuration required. |
17 |
| - |
18 |
| -Support (Post Release) |
19 |
| -------- |
20 |
| - |
21 |
| -For General questions and discussion on StackOverflow: |
22 |
| -- Stack Overflow: http://stackoverflow.com/questions/tagged/android-vision |
23 |
| - |
24 |
| -If you've found an error in this sample, please file an issue: |
25 |
| -https://github.com/googlesamples/android-vision/issues |
26 |
| - |
27 |
| -Patches are encouraged, and may be submitted by forking this project and |
28 |
| -submitting a pull request through GitHub. |
29 |
| - |
30 |
| -License |
31 |
| -------- |
32 |
| - |
33 |
| -Copyright 2015 Google, Inc. All Rights Reserved. |
34 |
| - |
35 |
| -Licensed to the Apache Software Foundation (ASF) under one or more contributor |
36 |
| -license agreements. See the NOTICE file distributed with this work for |
37 |
| -additional information regarding copyright ownership. The ASF licenses this |
38 |
| -file to you under the Apache License, Version 2.0 (the "License"); you may not |
39 |
| -use this file except in compliance with the License. You may obtain a copy of |
40 |
| -the License at |
41 |
| - |
42 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
43 |
| - |
44 |
| -Unless required by applicable law or agreed to in writing, software |
45 |
| -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
46 |
| -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
47 |
| -License for the specific language governing permissions and limitations under |
48 |
| -the License. |
| 10 | +[1]: https://help.github.com/en/articles/about-archiving-repositories |
| 11 | +[2]: https://github.com/android/user-interface-samples |
| 12 | +[3]: https://developers.google.com/ml-kit/vision |
| 13 | +[4]: https://github.com/firebase/quickstart-android/tree/master/mlkit |
0 commit comments