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 entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.EntityTypesListItem

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

Syntax

C#
public class EntityTypesListItem

The EntityTypesListItem type exposes the following members

Constructors

NameDescription
Public Method EntityTypesListItem()

Properties

NameTypeDescription
Public Property Type System.String

Gets and sets the property Type.

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Entity types must not contain the following invalid characters: \n (line break), \\n (escaped line break, \r (carriage return), \\r (escaped carriage return), \t (tab), \\t (escaped tab), and , (comma).

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