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.

An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken. It contains information about the attribute such as id, begin and end offset within the input text, and the segment of the input text.

Inheritance Hierarchy

System.Object
  Amazon.ComprehendMedical.Model.Attribute

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

Syntax

C#
public class Attribute

The Attribute type exposes the following members

Constructors

NameDescription
Public Method Attribute()

Properties

NameTypeDescription
Public Property BeginOffset System.Int32

Gets and sets the property BeginOffset.

The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

Public Property Category Amazon.ComprehendMedical.EntityType

Gets and sets the property Category.

The category of attribute.

Public Property EndOffset System.Int32

Gets and sets the property EndOffset.

The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

Public Property Id System.Int32

Gets and sets the property Id.

The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

Public Property RelationshipScore System.Single

Gets and sets the property RelationshipScore.

The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

Public Property RelationshipType Amazon.ComprehendMedical.RelationshipType

Gets and sets the property RelationshipType.

The type of relationship between the entity and attribute. Type for the relationship is OVERLAP, indicating that the entity occurred at the same time as the Date_Expression.

Public Property Score System.Single

Gets and sets the property Score.

The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

Public Property Text System.String

Gets and sets the property Text.

The segment of input text extracted as this attribute.

Public Property Traits System.Collections.Generic.List<Amazon.ComprehendMedical.Model.Trait>

Gets and sets the property Traits.

Contextual information for this attribute.

Public Property Type Amazon.ComprehendMedical.EntitySubType

Gets and sets the property Type.

The type of attribute.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5