|
478 | 478 | "ClassifierEvaluationMetrics$F1Score": "<p>A measure of how accurate the classifier results are for the test data. It is derived from the <code>Precision</code> and <code>Recall</code> values. The <code>F1Score</code> is the harmonic average of the two scores. The highest score is 1, and the worst score is 0. </p>", |
479 | 479 | "EntityRecognizerEvaluationMetrics$Precision": "<p>A measure of the usefulness of the recognizer results in the test data. High precision means that the recognizer returned substantially more relevant results than irrelevant ones. </p>", |
480 | 480 | "EntityRecognizerEvaluationMetrics$Recall": "<p>A measure of how complete the recognizer results are for the test data. High recall means that the recognizer returned most of the relevant results.</p>", |
481 | | - "EntityRecognizerEvaluationMetrics$F1Score": "<p>A measure of how accurate the recognizer results are for the test data. It is derived from the <code>Precision</code> and <code>Recall</code> values. The <code>F1Score</code> is the harmonic average of the two scores. The highest score is 1, and the worst score is 0. </p>" |
| 481 | + "EntityRecognizerEvaluationMetrics$F1Score": "<p>A measure of how accurate the recognizer results are for the test data. It is derived from the <code>Precision</code> and <code>Recall</code> values. The <code>F1Score</code> is the harmonic average of the two scores. The highest score is 1, and the worst score is 0. </p>", |
| 482 | + "EntityTypesEvaluationMetrics$Precision": "<p>A measure of the usefulness of the recognizer results for a specific entity type in the test data. High precision means that the recognizer returned substantially more relevant results than irrelevant ones. </p>", |
| 483 | + "EntityTypesEvaluationMetrics$Recall": "<p>A measure of how complete the recognizer results are for a specific entity type in the test data. High recall means that the recognizer returned most of the relevant results.</p>", |
| 484 | + "EntityTypesEvaluationMetrics$F1Score": "<p>A measure of how accurate the recognizer results are for for a specific entity type in the test data. It is derived from the <code>Precision</code> and <code>Recall</code> values. The <code>F1Score</code> is the harmonic average of the two scores. The highest score is 1, and the worst score is 0. </p>" |
482 | 485 | } |
483 | 486 | }, |
484 | 487 | "EntitiesDetectionJobFilter": { |
|
537 | 540 | } |
538 | 541 | }, |
539 | 542 | "EntityRecognizerEvaluationMetrics": { |
540 | | - "base": "<p> Detailed information about the accuracy of an entity recognizer. </p>", |
| 543 | + "base": "<p>Detailed information about the accuracy of an entity recognizer. </p>", |
541 | 544 | "refs": { |
542 | | - "EntityRecognizerMetadata$EvaluationMetrics": "<p> Detailed information about the accuracy of an entity recognizer.</p>" |
| 545 | + "EntityRecognizerMetadata$EvaluationMetrics": "<p>Detailed information about the accuracy of an entity recognizer.</p>" |
543 | 546 | } |
544 | 547 | }, |
545 | 548 | "EntityRecognizerFilter": { |
|
598 | 601 | "EntityTypesListItem$Type": "<p>Entity type of an item on an entity type list.</p>" |
599 | 602 | } |
600 | 603 | }, |
| 604 | + "EntityTypesEvaluationMetrics": { |
| 605 | + "base": "<p>Detailed information about the accuracy of an entity recognizer for a specific entity type. </p>", |
| 606 | + "refs": { |
| 607 | + "EntityRecognizerMetadataEntityTypesListItem$EvaluationMetrics": "<p>Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types. </p>" |
| 608 | + } |
| 609 | + }, |
601 | 610 | "EntityTypesList": { |
602 | 611 | "base": null, |
603 | 612 | "refs": { |
604 | | - "EntityRecognizerInputDataConfig$EntityTypes": "<p>The entity types in the input data for an entity recognizer.</p>" |
| 613 | + "EntityRecognizerInputDataConfig$EntityTypes": "<p>The entity types in the input data for an entity recognizer. A maximum of 12 entity types can be used at one time to train an entity recognizer.</p>" |
605 | 614 | } |
606 | 615 | }, |
607 | 616 | "EntityTypesListItem": { |
|
683 | 692 | "Entity$EndOffset": "<p>A character offset in the input text that shows where the entity ends. The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point. </p>", |
684 | 693 | "EntityRecognizerMetadata$NumberOfTrainedDocuments": "<p> The number of documents in the input data that were used to train the entity recognizer. Typically this is 80 to 90 percent of the input documents.</p>", |
685 | 694 | "EntityRecognizerMetadata$NumberOfTestDocuments": "<p> The number of documents in the input data that were used to test the entity recognizer. Typically this is 10 to 20 percent of the input documents.</p>", |
| 695 | + "EntityRecognizerMetadataEntityTypesListItem$NumberOfTrainMentions": "<p>indicates the number of times the given entity name was seen in the training data. </p>", |
686 | 696 | "KeyPhrase$BeginOffset": "<p>A character offset in the input text that shows where the key phrase begins (the first character is at position 0). The offset returns the position of each UTF-8 code point in the string. A <i>code point</i> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>", |
687 | 697 | "KeyPhrase$EndOffset": "<p>A character offset in the input text where the key phrase ends. The offset returns the position of each UTF-8 code point in the string. A <code>code point</code> is the abstract character from a particular graphical representation. For example, a multi-byte UTF-8 character maps to a single code point.</p>", |
688 | 698 | "SyntaxToken$TokenId": "<p>A unique identifier for a token.</p>", |
|
697 | 707 | } |
698 | 708 | }, |
699 | 709 | "InvalidFilterException": { |
700 | | - "base": "<p>The filter specified for the <code>ListDocumentClassificationJobs</code> operation is invalid. Specify a different filter.</p>", |
| 710 | + "base": "<p>The filter specified for the operation is invalid. Specify a different filter.</p>", |
701 | 711 | "refs": { |
702 | 712 | } |
703 | 713 | }, |
|
848 | 858 | "LanguageCode": { |
849 | 859 | "base": null, |
850 | 860 | "refs": { |
851 | | - "BatchDetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
852 | | - "BatchDetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
853 | | - "BatchDetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
854 | | - "CreateDocumentClassifierRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
| 861 | + "BatchDetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 862 | + "BatchDetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 863 | + "BatchDetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 864 | + "CreateDocumentClassifierRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
855 | 865 | "CreateEntityRecognizerRequest$LanguageCode": "<p> The language of the input documents. All documents must be in the same language. Only English (\"en\") is currently supported. </p>", |
856 | | - "DetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
857 | | - "DetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
858 | | - "DetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
| 866 | + "DetectEntitiesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 867 | + "DetectKeyPhrasesRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 868 | + "DetectSentimentRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
859 | 869 | "DocumentClassifierProperties$LanguageCode": "<p>The language code for the language of the documents that the classifier was trained on.</p>", |
860 | 870 | "EntitiesDetectionJobProperties$LanguageCode": "<p>The language code of the input documents.</p>", |
861 | 871 | "EntityRecognizerProperties$LanguageCode": "<p> The language of the input documents. All documents must be in the same language. Only English (\"en\") is currently supported.</p>", |
862 | 872 | "KeyPhrasesDetectionJobProperties$LanguageCode": "<p>The language code of the input documents.</p>", |
863 | 873 | "SentimentDetectionJobProperties$LanguageCode": "<p>The language code of the input documents.</p>", |
864 | 874 | "StartEntitiesDetectionJobRequest$LanguageCode": "<p>The language of the input documents. All documents must be in the same language. You can specify any of the languages supported by Amazon Comprehend: English (\"en\"), Spanish (\"es\"), French (\"fr\"), German (\"de\"), Italian (\"it\"), or Portuguese (\"pt\"). If custom entities recognition is used, this parameter is ignored and the language used for training the model is used instead.</p>", |
865 | | - "StartKeyPhrasesDetectionJobRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
866 | | - "StartSentimentDetectionJobRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>" |
| 875 | + "StartKeyPhrasesDetectionJobRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 876 | + "StartSentimentDetectionJobRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>" |
867 | 877 | } |
868 | 878 | }, |
869 | 879 | "ListDocumentClassificationJobsRequest": { |
|
1342 | 1352 | "SyntaxLanguageCode": { |
1343 | 1353 | "base": null, |
1344 | 1354 | "refs": { |
1345 | | - "BatchDetectSyntaxRequest$LanguageCode": "<p>The language of the input documents. You can specify English (\"en\") or Spanish (\"es\"). All documents must be in the same language.</p>", |
1346 | | - "DetectSyntaxRequest$LanguageCode": "<p>The language code of the input documents. You can specify English (\"en\") or Spanish (\"es\").</p>" |
| 1355 | + "BatchDetectSyntaxRequest$LanguageCode": "<p>The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\"). All documents must be in the same language.</p>", |
| 1356 | + "DetectSyntaxRequest$LanguageCode": "<p>The language code of the input documents. You can specify any of the primary languages supported by Amazon Comprehend: German (\"de\"), English (\"en\"), Spanish (\"es\"), French (\"fr\"), Italian (\"it\"), or Portuguese (\"pt\").</p>" |
1347 | 1357 | } |
1348 | 1358 | }, |
1349 | 1359 | "SyntaxToken": { |
|
1477 | 1487 | } |
1478 | 1488 | }, |
1479 | 1489 | "UnsupportedLanguageException": { |
1480 | | - "base": "<p>Amazon Comprehend can't process the language of the input text. For all custom entity recognition APIs (such as <code>CreateEntityRecognizer</code>), only English is accepted. For most other APIs, Amazon Comprehend accepts only English or Spanish text. </p>", |
| 1490 | + "base": "<p>Amazon Comprehend can't process the language of the input text. For all custom entity recognition APIs (such as <code>CreateEntityRecognizer</code>), only English is accepted. For most other APIs, such as those for Custom Classification, Amazon Comprehend accepts text in all supported languages. For a list of supported languages, see <a>supported-languages</a>. </p>", |
1481 | 1491 | "refs": { |
1482 | 1492 | } |
1483 | 1493 | }, |
|
0 commit comments