AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the DetectEntitiesV2 operation.
Namespace: Amazon.ComprehendMedical.Model
Assembly: AWSSDK.ComprehendMedical.dll
Version: 3.x.y.z
public class DetectEntitiesV2Response : AmazonWebServiceResponse
The DetectEntitiesV2Response type exposes the following members
Name | Description | |
---|---|---|
DetectEntitiesV2Response() |
Name | Type | Description | |
---|---|---|---|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
Entities | System.Collections.Generic.List<Amazon.ComprehendMedical.Model.Entity> |
Gets and sets the property Entities. The collection of medical entities extracted from the input text and their associated information. For each entity, the response provides the entity text, the entity category, where the entity text begins and ends, and the level of confidence in the detection and analysis. Attributes and traits of the entity are also returned. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ModelVersion | System.String |
Gets and sets the property ModelVersion. The version of the model used to analyze the documents. The version number looks like X.X.X. You can use this information to track the model used for a particular batch of documents. |
|
PaginationToken | System.String |
Gets and sets the property PaginationToken.
If the result to the |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
UnmappedAttributes | System.Collections.Generic.List<Amazon.ComprehendMedical.Model.UnmappedAttribute> |
Gets and sets the property UnmappedAttributes. Attributes extracted from the input text that couldn't be related to an entity. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5