Compartilhar via


EntityCategory Struct

Definition

Contains all the entity categories detected by entity recognition.

public readonly struct EntityCategory : IEquatable<Azure.AI.Language.Text.EntityCategory>
type EntityCategory = struct
Public Structure EntityCategory
Implements IEquatable(Of EntityCategory)
Inheritance
EntityCategory
Implements

Constructors

EntityCategory(String)

Initializes a new instance of EntityCategory.

Properties

Address

Specific street-level mentions of locations: house/building numbers, streets, avenues, highways, intersections referenced by name.

Age

Age-related values.

Airport

Airports.

Area

Area of an object.

City

City-related values.

ComputingProduct

Computing products.

Continent

Continent-related values.

CountryRegion

Country or region-related values.

CulturalEvent

Cultural event-related values.

Currency

Currency-related values.

Date

Calendar dates.

DateRange

Range of dates.

DateTime

Calendar dates with time.

DateTimeRange

Range of date and time.

Dimension

Dimension of measurements.

Duration

Duration of time.

Email

Email addresses.

Event

Social, sports, business, political, educational, natural, historical, criminal, violent, legal, military events with a timed period.

Geological

Geographic and natural features such as rivers, oceans, and deserts.

GeoPoliticalEntity

Cities, countries/regions, states.

Height

Height of an object.

Information

Unit of measure for digital information.

IpAddress

network IP addresses.

Length

Length of an object.

Location

Particular point or place in physical space.

NaturalEvent

Natural event-related values.

Number

Numbers without a unit.

NumberRange

Range of Numbers.

Numeric

Numeric values, including digits and number words.

Ordinal

Ordinal numbers.

Organization

Corporations, agencies, and other groups of people defined by some established organizational structure. These labels can include companies, political parties/movements, musical bands, sport clubs, government bodies, and public organizations. Nationalities or religions are not ORGANIZATION.

OrganizationMedical

Medical companies and groups.

OrganizationSports

Sports-related organizations.

OrganizationStockExchange

Stock exchange groups.

Percentage

Percentage-related values.

Person

First, last, and middle names, names of fictional characters, and aliases. Titles, such as 'Mr.' or 'President', are not considered part of the named entity.

PersonType

Human roles classified by a group membership.

PhoneNumber

Phone numbers (US and EU phone numbers only).

Product

Single or group of commercial, consumable objects, electronics, vehicles, food groups.

SetTemporal

Set of time-related values.

Skill

A capability, skill, or expertise.

Speed

Speed of an object.

SportsEvent

Sports event-related values.

State

State-related values.

Structural

Manmade structures.

Temperature

Temperature-related values.

Temporal

Items relating to time.

Time

Times of day.

TimeRange

Range of times.

Uri

URLs to websites.

Volume

Volume of an object.

Weight

Weight of an object.

Methods

Equals(EntityCategory)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(EntityCategory, EntityCategory)

Determines if two EntityCategory values are the same.

Implicit(String to EntityCategory)

Converts a string to a EntityCategory.

Inequality(EntityCategory, EntityCategory)

Determines if two EntityCategory values are not the same.

Applies to