Skip to content

Commit 3e9b9a3

Browse files
SME feedback
1 parent 7d464e7 commit 3e9b9a3

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

content/en/docs/appstore/connectors/aws/aws-textract.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ The domain model is a data model that describes the information in your applicat
163163

164164
### 4.2 Enumerations {#enumerations}
165165

166+
An enumeration is a predefined list of values that can be used as an attribute type.
167+
166168
#### 4.2.1 RelationshipType
167169

168170
| Name | Caption |
@@ -174,24 +176,24 @@ The domain model is a data model that describes the information in your applicat
174176
| `TITLE` | TITLE |
175177
| `ANSWER` | ANSWER |
176178

177-
4.2.2 TextType
179+
#### 4.2.2 TextType
178180

179181
| Name | Caption |
180182
| --- | --- |
181183
| `PRINTED` | PRINTED |
182184
| `HANDWRITING` | HANDWRITING |
183185

184-
4.2.3 EntityTypes
186+
#### 4.2.3 EntityTypes
185187

186188
| Name | Caption |
187189
| --- | --- |
188190
| `KEY` | KEY |
189191
| `VALUE` | VALUE |
190192
| `COLUMN_HEADER` | COLUMN_HEADER |
191193

192-
4.2.4 AWS_Region
194+
#### 4.2.4 AWS_Region
193195

194-
For a list of supported regions, see [Service endpoints](https://docs.aws.amazon.com/general/latest/gr/textract.html#textract_region).
196+
This enumeration contains a list of supported AWS regions. For more information, see [Service endpoints](https://docs.aws.amazon.com/general/latest/gr/textract.html#textract_region).
195197

196198
| Name | Caption |
197199
| --- | --- |

0 commit comments

Comments
 (0)