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
Copy file name to clipboardExpand all lines: content/en/docs/appstore/connectors/aws/aws-textract.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,8 @@ The domain model is a data model that describes the information in your applicat
163
163
164
164
### 4.2 Enumerations {#enumerations}
165
165
166
+
An enumeration is a predefined list of values that can be used as an attribute type.
167
+
166
168
#### 4.2.1 RelationshipType
167
169
168
170
| Name | Caption |
@@ -174,24 +176,24 @@ The domain model is a data model that describes the information in your applicat
174
176
|`TITLE`| TITLE |
175
177
|`ANSWER`| ANSWER |
176
178
177
-
4.2.2 TextType
179
+
#### 4.2.2 TextType
178
180
179
181
| Name | Caption |
180
182
| --- | --- |
181
183
|`PRINTED`| PRINTED |
182
184
|`HANDWRITING`| HANDWRITING |
183
185
184
-
4.2.3 EntityTypes
186
+
#### 4.2.3 EntityTypes
185
187
186
188
| Name | Caption |
187
189
| --- | --- |
188
190
|`KEY`| KEY |
189
191
|`VALUE`| VALUE |
190
192
|`COLUMN_HEADER`| COLUMN_HEADER |
191
193
192
-
4.2.4 AWS_Region
194
+
#### 4.2.4 AWS_Region
193
195
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).
0 commit comments