AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ComprehendMedical.Model.DetectEntitiesV2Response

Namespace: Amazon.ComprehendMedical.Model
Assembly: AWSSDK.ComprehendMedical.dll
Version: 3.x.y.z

Syntax

C#
public class DetectEntitiesV2Response : AmazonWebServiceResponse

The DetectEntitiesV2Response type exposes the following members

Constructors

NameDescription
Public Method DetectEntitiesV2Response()

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property PaginationToken System.String

Gets and sets the property PaginationToken.

If the result to the DetectEntitiesV2 operation was truncated, include the PaginationToken to fetch the next page of entities.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Version Information

.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