Skip to content

Commit 750b6b1

Browse files
authored
[TA] modified letter cases in README.md (Azure#28711)
1 parent 868b130 commit 750b6b1

File tree

1 file changed

+6
-6
lines changed
  • sdk/textanalytics/azure-ai-textanalytics

1 file changed

+6
-6
lines changed

sdk/textanalytics/azure-ai-textanalytics/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ The following section provides several code snippets covering some of the most c
235235
- [Abstractive Summarization][abstract_summary_sample]
236236
- [Dynamic Classification][dynamic_classification_sample]
237237

238-
### Analyze sentiment
238+
### Analyze Sentiment
239239

240240
[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.
241241

@@ -270,7 +270,7 @@ The returned response is a heterogeneous list of result and error objects: list[
270270

271271
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].
272272

273-
### Recognize entities
273+
### Recognize Entities
274274

275275
[recognize_entities][recognize_entities] recognizes and categories entities in its input text as people, places, organizations, date/time, quantities, percentages, currencies, and more.
276276

@@ -307,7 +307,7 @@ The returned response is a heterogeneous list of result and error objects: list[
307307
Please refer to the service documentation for a conceptual discussion of [named entity recognition][named_entity_recognition]
308308
and [supported types][named_entity_categories].
309309

310-
### Recognize linked entities
310+
### Recognize Linked Entities
311311

312312
[recognize_linked_entities][recognize_linked_entities] recognizes and disambiguates the identity of each entity found in its input text (for example,
313313
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[
347347
Please refer to the service documentation for a conceptual discussion of [entity linking][linked_entity_recognition]
348348
and [supported types][linked_entities_categories].
349349

350-
### Recognize PII entities
350+
### Recognize PII Entities
351351

352352
[recognize_pii_entities][recognize_pii_entities] recognizes and categorizes Personally Identifiable Information (PII) entities in its input text, such as
353353
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
385385

386386
Note: The Recognize PII Entities service is available in API version v3.1 and newer.
387387

388-
### Extract key phrases
388+
### Extract Key Phrases
389389

390390
[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".
391391

@@ -417,7 +417,7 @@ The returned response is a heterogeneous list of result and error objects: list[
417417

418418
Please refer to the service documentation for a conceptual discussion of [key phrase extraction][key_phrase_extraction].
419419

420-
### Detect language
420+
### Detect Language
421421

422422
[detect_language][detect_language] determines the language of its input text, including the confidence score of the predicted language.
423423

0 commit comments

Comments
 (0)