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
[analyze_sentiment][analyze_sentiment] looks at its input text and determines whether its sentiment is positive, negative, neutral or mixed. It's response includes per-sentence sentiment analysis and confidence scores.
241
241
@@ -270,7 +270,7 @@ The returned response is a heterogeneous list of result and error objects: list[
270
270
271
271
Please refer to the service documentation for a conceptual discussion of [sentiment analysis][sentiment_analysis]. To see how to conduct more granular analysis into the opinions related to individual aspects (such as attributes of a product or service) in a text, see [here][opinion_mining_sample].
272
272
273
-
### Recognize entities
273
+
### Recognize Entities
274
274
275
275
[recognize_entities][recognize_entities] recognizes and categories entities in its input text as people, places, organizations, date/time, quantities, percentages, currencies, and more.
276
276
@@ -307,7 +307,7 @@ The returned response is a heterogeneous list of result and error objects: list[
307
307
Please refer to the service documentation for a conceptual discussion of [named entity recognition][named_entity_recognition]
308
308
and [supported types][named_entity_categories].
309
309
310
-
### Recognize linked entities
310
+
### Recognize Linked Entities
311
311
312
312
[recognize_linked_entities][recognize_linked_entities] recognizes and disambiguates the identity of each entity found in its input text (for example,
313
313
determining whether an occurrence of the word Mars refers to the planet, or to the
@@ -347,7 +347,7 @@ The returned response is a heterogeneous list of result and error objects: list[
347
347
Please refer to the service documentation for a conceptual discussion of [entity linking][linked_entity_recognition]
348
348
and [supported types][linked_entities_categories].
349
349
350
-
### Recognize PII entities
350
+
### Recognize PII Entities
351
351
352
352
[recognize_pii_entities][recognize_pii_entities] recognizes and categorizes Personally Identifiable Information (PII) entities in its input text, such as
353
353
Social Security Numbers, bank account information, credit card numbers, and more.
@@ -385,7 +385,7 @@ Please refer to the service documentation for [supported PII entity types][pii_e
385
385
386
386
Note: The Recognize PII Entities service is available in API version v3.1 and newer.
387
387
388
-
### Extract key phrases
388
+
### Extract Key Phrases
389
389
390
390
[extract_key_phrases][extract_key_phrases] determines the main talking points in its input text. For example, for the input text "The food was delicious and there were wonderful staff", the API returns: "food" and "wonderful staff".
391
391
@@ -417,7 +417,7 @@ The returned response is a heterogeneous list of result and error objects: list[
417
417
418
418
Please refer to the service documentation for a conceptual discussion of [key phrase extraction][key_phrase_extraction].
419
419
420
-
### Detect language
420
+
### Detect Language
421
421
422
422
[detect_language][detect_language] determines the language of its input text, including the confidence score of the predicted language.
0 commit comments