Skip to content

Commit 6b13357

Browse files
author
AWS
committed
Amazon Comprehend Update: Comprehend PII analysis now supports Spanish input documents.
1 parent d62098d commit 6b13357

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Comprehend",
4+
"contributor": "",
5+
"description": "Comprehend PII analysis now supports Spanish input documents."
6+
}

services/comprehend/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@
20772077
},
20782078
"LanguageCode":{
20792079
"shape":"LanguageCode",
2080-
"documentation":"<p>The language of the input documents. Currently, English is the only valid language.</p>"
2080+
"documentation":"<p>The language of the input documents.</p>"
20812081
}
20822082
}
20832083
},
@@ -3153,7 +3153,7 @@
31533153
},
31543154
"LanguageCode":{
31553155
"shape":"LanguageCode",
3156-
"documentation":"<p>The language of the input documents. Currently, English is the only valid language.</p>"
3156+
"documentation":"<p>The language of the input text. Enter the language code for English (en) or Spanish (es).</p>"
31573157
}
31583158
}
31593159
},
@@ -5946,7 +5946,7 @@
59465946
},
59475947
"LanguageCode":{
59485948
"shape":"LanguageCode",
5949-
"documentation":"<p>The language code of the input documents</p>"
5949+
"documentation":"<p>The language code of the input documents.</p>"
59505950
},
59515951
"DataAccessRoleArn":{
59525952
"shape":"IamRoleArn",
@@ -6725,7 +6725,7 @@
67256725
},
67266726
"LanguageCode":{
67276727
"shape":"LanguageCode",
6728-
"documentation":"<p>The language of the input documents. Currently, English is the only valid language.</p>"
6728+
"documentation":"<p>The language of the input documents. Enter the language code for English (en) or Spanish (es).</p>"
67296729
},
67306730
"ClientRequestToken":{
67316731
"shape":"ClientRequestTokenString",

0 commit comments

Comments
 (0)