This lab is made out of 5 units. Please follow the instructions and links below to complete the lab.
Start here https://docs.microsoft.com/en-us/learn/modules/analyze-text-with-text-analytics-service/
{
"documents": [
{
"id": "1",
"text": "The MGM hotel is a great place. The staff were very friendly. The service was amazing"
},
{
"id": "2",
"text": "We didn't enjoy our stay at the Circus Circus. The service was not up to the mark"
},
{
"id": "3",
"text": "The hotel is in Las Vegas. The room had a TV. The hotel had 4 pools"
}
]
}
Endpoint: https://docs.microsoft.com/en-us/rest/api/cognitiveservices-textanalytics/3.0/key-phrases/Languages
{
"documents": [
{
"id": "1",
"text": "The MGM hotel is a great place. The staff were very friendly. The service was amazing"
},
{
"id": "2",
"text": "We didn't enjoy our stay at the Circus Circus. The service was not up to the mark"
},
{
"id": "3",
"text": "The hotel is in Las Vegas. The room had a TV. The hotel had 4 pools"
}
]
}
Endpoint https://docs.microsoft.com/en-us/rest/api/cognitiveservices-textanalytics/3.0/key-phrases/Sentiment
{
"documents": [
{
"id": "1",
"text": "The MGM hotel is a great place. The staff were very friendly. The service was amazing"
},
{
"id": "2",
"text": "We didn't enjoy our stay at the Circus Circus. The service was not up to the mark"
},
{
"id": "3",
"text": "The hotel is in Las Vegas. The room had a TV. The hotel had 4 pools"
}
]
}
{
"documents": [
{
"language": "en",
"id": "1",
"text": " Last night we had dinner at the StripSteak restaurant inside of the Mandalay Bay Hotel, the Wagyu steak was incredible"
}]
}
Endpoint: https://api.cognitive.microsofttranslator.com/translate?api-version=3.0&to=es
[{
Text: "The MGM Hotel is amazing"
}]
https://azure.microsoft.com/en-us/services/cognitive-services/speech-to-text/#features
https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech
https://github.com/Azure-Samples/cognitive-services-speech-sdk