@@ -225,14 +225,15 @@ namespace Model
225
225
/* *
226
226
* <p>Inspects the clinical text for a variety of medical entities and returns
227
227
* specific information about them such as entity category, location, and
228
- * confidence score on that information.</p> <p>The <code>DetectEntitiesV2</code>
229
- * operation replaces the <a>DetectEntities</a> operation. This new action uses a
230
- * different model for determining the entities in your medical text and changes
231
- * the way that some entities are returned in the output. You should use the
232
- * <code>DetectEntitiesV2</code> operation in all new applications.</p> <p>The
233
- * <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and
234
- * <code>Direction</code> entities as attributes instead of types. </p><p><h3>See
235
- * Also:</h3> <a
228
+ * confidence score on that information. Amazon Comprehend Medical only detects
229
+ * medical entities in English language texts.</p> <p>The
230
+ * <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a>
231
+ * operation. This new action uses a different model for determining the entities
232
+ * in your medical text and changes the way that some entities are returned in the
233
+ * output. You should use the <code>DetectEntitiesV2</code> operation in all new
234
+ * applications.</p> <p>The <code>DetectEntitiesV2</code> operation returns the
235
+ * <code>Acuity</code> and <code>Direction</code> entities as attributes instead of
236
+ * types. </p><p><h3>See Also:</h3> <a
236
237
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntitiesV2">AWS
237
238
* API Reference</a></p>
238
239
*/
@@ -241,14 +242,15 @@ namespace Model
241
242
/* *
242
243
* <p>Inspects the clinical text for a variety of medical entities and returns
243
244
* specific information about them such as entity category, location, and
244
- * confidence score on that information.</p> <p>The <code>DetectEntitiesV2</code>
245
- * operation replaces the <a>DetectEntities</a> operation. This new action uses a
246
- * different model for determining the entities in your medical text and changes
247
- * the way that some entities are returned in the output. You should use the
248
- * <code>DetectEntitiesV2</code> operation in all new applications.</p> <p>The
249
- * <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and
250
- * <code>Direction</code> entities as attributes instead of types. </p><p><h3>See
251
- * Also:</h3> <a
245
+ * confidence score on that information. Amazon Comprehend Medical only detects
246
+ * medical entities in English language texts.</p> <p>The
247
+ * <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a>
248
+ * operation. This new action uses a different model for determining the entities
249
+ * in your medical text and changes the way that some entities are returned in the
250
+ * output. You should use the <code>DetectEntitiesV2</code> operation in all new
251
+ * applications.</p> <p>The <code>DetectEntitiesV2</code> operation returns the
252
+ * <code>Acuity</code> and <code>Direction</code> entities as attributes instead of
253
+ * types. </p><p><h3>See Also:</h3> <a
252
254
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntitiesV2">AWS
253
255
* API Reference</a></p>
254
256
*
@@ -259,14 +261,15 @@ namespace Model
259
261
/* *
260
262
* <p>Inspects the clinical text for a variety of medical entities and returns
261
263
* specific information about them such as entity category, location, and
262
- * confidence score on that information.</p> <p>The <code>DetectEntitiesV2</code>
263
- * operation replaces the <a>DetectEntities</a> operation. This new action uses a
264
- * different model for determining the entities in your medical text and changes
265
- * the way that some entities are returned in the output. You should use the
266
- * <code>DetectEntitiesV2</code> operation in all new applications.</p> <p>The
267
- * <code>DetectEntitiesV2</code> operation returns the <code>Acuity</code> and
268
- * <code>Direction</code> entities as attributes instead of types. </p><p><h3>See
269
- * Also:</h3> <a
264
+ * confidence score on that information. Amazon Comprehend Medical only detects
265
+ * medical entities in English language texts.</p> <p>The
266
+ * <code>DetectEntitiesV2</code> operation replaces the <a>DetectEntities</a>
267
+ * operation. This new action uses a different model for determining the entities
268
+ * in your medical text and changes the way that some entities are returned in the
269
+ * output. You should use the <code>DetectEntitiesV2</code> operation in all new
270
+ * applications.</p> <p>The <code>DetectEntitiesV2</code> operation returns the
271
+ * <code>Acuity</code> and <code>Direction</code> entities as attributes instead of
272
+ * types. </p><p><h3>See Also:</h3> <a
270
273
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectEntitiesV2">AWS
271
274
* API Reference</a></p>
272
275
*
@@ -276,17 +279,19 @@ namespace Model
276
279
277
280
/* *
278
281
* <p> Inspects the clinical text for protected health information (PHI) entities
279
- * and entity category, location, and confidence score on that
280
- * information.</p><p><h3>See Also:</h3> <a
282
+ * and returns the entity category, location, and confidence score for each entity.
283
+ * Amazon Comprehend Medical only detects entities in English language
284
+ * texts.</p><p><h3>See Also:</h3> <a
281
285
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectPHI">AWS
282
286
* API Reference</a></p>
283
287
*/
284
288
virtual Model::DetectPHIOutcome DetectPHI (const Model::DetectPHIRequest& request) const ;
285
289
286
290
/* *
287
291
* <p> Inspects the clinical text for protected health information (PHI) entities
288
- * and entity category, location, and confidence score on that
289
- * information.</p><p><h3>See Also:</h3> <a
292
+ * and returns the entity category, location, and confidence score for each entity.
293
+ * Amazon Comprehend Medical only detects entities in English language
294
+ * texts.</p><p><h3>See Also:</h3> <a
290
295
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectPHI">AWS
291
296
* API Reference</a></p>
292
297
*
@@ -296,8 +301,9 @@ namespace Model
296
301
297
302
/* *
298
303
* <p> Inspects the clinical text for protected health information (PHI) entities
299
- * and entity category, location, and confidence score on that
300
- * information.</p><p><h3>See Also:</h3> <a
304
+ * and returns the entity category, location, and confidence score for each entity.
305
+ * Amazon Comprehend Medical only detects entities in English language
306
+ * texts.</p><p><h3>See Also:</h3> <a
301
307
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/DetectPHI">AWS
302
308
* API Reference</a></p>
303
309
*
@@ -308,7 +314,8 @@ namespace Model
308
314
/* *
309
315
* <p>InferICD10CM detects medical conditions as entities listed in a patient
310
316
* record and links those entities to normalized concept identifiers in the
311
- * ICD-10-CM knowledge base from the Centers for Disease Control.</p><p><h3>See
317
+ * ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend
318
+ * Medical only detects medical entities in English language texts.</p><p><h3>See
312
319
* Also:</h3> <a
313
320
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferICD10CM">AWS
314
321
* API Reference</a></p>
@@ -318,7 +325,8 @@ namespace Model
318
325
/* *
319
326
* <p>InferICD10CM detects medical conditions as entities listed in a patient
320
327
* record and links those entities to normalized concept identifiers in the
321
- * ICD-10-CM knowledge base from the Centers for Disease Control.</p><p><h3>See
328
+ * ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend
329
+ * Medical only detects medical entities in English language texts.</p><p><h3>See
322
330
* Also:</h3> <a
323
331
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferICD10CM">AWS
324
332
* API Reference</a></p>
@@ -330,7 +338,8 @@ namespace Model
330
338
/* *
331
339
* <p>InferICD10CM detects medical conditions as entities listed in a patient
332
340
* record and links those entities to normalized concept identifiers in the
333
- * ICD-10-CM knowledge base from the Centers for Disease Control.</p><p><h3>See
341
+ * ICD-10-CM knowledge base from the Centers for Disease Control. Amazon Comprehend
342
+ * Medical only detects medical entities in English language texts.</p><p><h3>See
334
343
* Also:</h3> <a
335
344
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferICD10CM">AWS
336
345
* API Reference</a></p>
@@ -342,7 +351,8 @@ namespace Model
342
351
/* *
343
352
* <p>InferRxNorm detects medications as entities listed in a patient record and
344
353
* links to the normalized concept identifiers in the RxNorm database from the
345
- * National Library of Medicine.</p><p><h3>See Also:</h3> <a
354
+ * National Library of Medicine. Amazon Comprehend Medical only detects medical
355
+ * entities in English language texts.</p><p><h3>See Also:</h3> <a
346
356
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferRxNorm">AWS
347
357
* API Reference</a></p>
348
358
*/
@@ -351,7 +361,8 @@ namespace Model
351
361
/* *
352
362
* <p>InferRxNorm detects medications as entities listed in a patient record and
353
363
* links to the normalized concept identifiers in the RxNorm database from the
354
- * National Library of Medicine.</p><p><h3>See Also:</h3> <a
364
+ * National Library of Medicine. Amazon Comprehend Medical only detects medical
365
+ * entities in English language texts.</p><p><h3>See Also:</h3> <a
355
366
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferRxNorm">AWS
356
367
* API Reference</a></p>
357
368
*
@@ -362,7 +373,8 @@ namespace Model
362
373
/* *
363
374
* <p>InferRxNorm detects medications as entities listed in a patient record and
364
375
* links to the normalized concept identifiers in the RxNorm database from the
365
- * National Library of Medicine.</p><p><h3>See Also:</h3> <a
376
+ * National Library of Medicine. Amazon Comprehend Medical only detects medical
377
+ * entities in English language texts.</p><p><h3>See Also:</h3> <a
366
378
* href="http://docs.aws.amazon.com/goto/WebAPI/comprehendmedical-2018-10-30/InferRxNorm">AWS
367
379
* API Reference</a></p>
368
380
*
0 commit comments