File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
articles/cognitive-services/text-analytics/quickstarts Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ ms.author: aahi
14
14
15
15
# Quickstart: Use the Text Analytics client library for Go
16
16
17
- [ Reference documentation] ( https://docs.microsoft .com/python/api/overview/ azure/ cognitiveservices/textanalytics?view=azure-python ) | [ Library source code] ( https://github.com/Azure/azure-sdk-for-python /tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics ) | [ Package (GitHub)] ( https://github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v2.1/textanalytics ) | [ Samples] ( https://github.com/Azure-Samples/cognitive-services-quickstart-code )
17
+ [ Reference documentation] ( https://godoc.org/github .com/Azure/ azure-sdk-for-go/services/ cognitiveservices/v2.1/ textanalytics ) | [ Library source code] ( https://github.com/Azure/azure-sdk-for-go /tree/master/sdk/cognitiveservices/azure-cognitiveservices-language-textanalytics ) | [ Package (GitHub)] ( https://github.com/Azure/azure-sdk-for-go/tree/master/services/cognitiveservices/v2.1/textanalytics ) | [ Samples] ( https://github.com/Azure-Samples/cognitive-services-quickstart-code )
18
18
19
19
> [ !NOTE]
20
20
> This quickstart only applies to Text Analytics version 2.1. Currently, a v3 client library for Go is unavailable.
@@ -84,7 +84,7 @@ The response object is a list containing the analysis information for each docum
84
84
85
85
## Code examples
86
86
87
- These code snippets show you how to do the following with the Text Analytics client library for Python :
87
+ These code snippets show you how to do the following with the Text Analytics client library for Go :
88
88
89
89
* [ Authenticate the client] ( #authenticate-the-client )
90
90
* [ Sentiment Analysis] ( #sentiment-analysis )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Use the Text Analytics client library to perform:
26
26
> [ !NOTE]
27
27
> This quickstart only applies to Text Analytics version 2.1. Currently, a v3 client library for Ruby is unavailable.
28
28
29
- [ Reference documentation ] ( https://docs.microsoft.com/python/api/overview/azure/cognitiveservices/textanalytics?view=azure-python ) | [ Library source code] ( https://github.com/Azure/azure-sdk-for-ruby/tree/master/data/azure_cognitiveservices_textanalytics ) | [ Package (RubyGems)] ( https://rubygems.org/gems/azure_cognitiveservices_textanalytics ) | [ Samples] ( https://github.com/Azure-Samples/cognitive-services-quickstart-code )
29
+ [ Library source code] ( https://github.com/Azure/azure-sdk-for-ruby/tree/master/data/azure_cognitiveservices_textanalytics ) | [ Package (RubyGems)] ( https://rubygems.org/gems/azure_cognitiveservices_textanalytics ) | [ Samples] ( https://github.com/Azure-Samples/cognitive-services-quickstart-code )
30
30
31
31
<a name =" HOLTop " ></a >
32
32
@@ -78,7 +78,7 @@ The response object is a list containing the analysis information for each docum
78
78
79
79
## Code examples
80
80
81
- These code snippets show you how to do the following with the Text Analytics client library for Python :
81
+ These code snippets show you how to do the following with the Text Analytics client library for Ruby :
82
82
83
83
* [ Authenticate the client] ( #authenticate-the-client )
84
84
* [ Sentiment Analysis] ( #sentiment-analysis )
You can’t perform that action at this time.
0 commit comments