You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,17 @@ languages:
4
4
- java
5
5
products:
6
6
- azure
7
-
description: "These samples will show you how to get up and running using the Java SDKs for various Cognitive Services services."
7
+
description: "These samples will get you started using the Java SDKs for various Cognitive Services."
8
8
urlFragment: cognitive-services-java-sdk-samples
9
9
---
10
10
11
11
# Cognitive Services Java SDK Samples
12
12
13
-
These samples will show you how to get up and running using the Java SDKs for various Cognitive Services services. They'll cover a few rudimentary use cases and express best practices for interacting with the data from these APIs.
13
+
These samples will get you started using the Java SDKs for various Cognitive Services. They'll cover a few common use cases that are end-to-end solutions, including best practices for interacting with the data from these APIs.
14
+
15
+
For quickstart versions of many of these samples (and for more examples not covered here), view the [cognitive-services-quickstart-code](https://github.com/Azure-Samples/cognitive-services-quickstart-code) repo for Java. This repo demonstrates short "snippets" of code that back up many of the quickstarts in the [Cognitive Services documentation](https://docs.microsoft.com/en-us/azure/cognitive-services/) pages.
16
+
17
+
For a general overview about Cognitive Services, view [What are Azure Cognitive Services?](https://docs.microsoft.com/en-us/azure/cognitive-services/welcome).
0 commit comments