azure-docs-sdk-java/docs-ref-autogen/com.azure.ai.textanalytics....

242 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.ai.textanalytics.models.EntityCategory"
fullName: "com.azure.ai.textanalytics.models.EntityCategory"
name: "EntityCategory"
nameWithType: "EntityCategory"
summary: "Gets the entity category inferred by the text analytics service's named entity recognition model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **EntityCategory**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.ai.textanalytics.models.EntityCategory.EntityCategory()"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.EntityCategory()"
name: "EntityCategory()"
nameWithType: "EntityCategory.EntityCategory()"
summary: "Creates a new instance of `EntityCategory` value."
deprecatedTag: "Use the <xref uid=\"com.azure.ai.textanalytics.models.EntityCategory.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public EntityCategory()"
desc: "Creates a new instance of `EntityCategory` value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.ai.textanalytics.models.EntityCategory.ADDRESS"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.ADDRESS"
name: "ADDRESS"
nameWithType: "EntityCategory.ADDRESS"
summary: "Specifies that the entity corresponds to an address."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory ADDRESS"
desc: "Specifies that the entity corresponds to an address."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.DATE_TIME"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.DATE_TIME"
name: "DATE_TIME"
nameWithType: "EntityCategory.DATE_TIME"
summary: "Specifies that the entity contains a date, time or duration."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory DATE_TIME"
desc: "Specifies that the entity contains a date, time or duration."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.EMAIL"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.EMAIL"
name: "EMAIL"
nameWithType: "EntityCategory.EMAIL"
summary: "Specifies that the entity contains an email address."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory EMAIL"
desc: "Specifies that the entity contains an email address."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.EVENT"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.EVENT"
name: "EVENT"
nameWithType: "EntityCategory.EVENT"
summary: "Specifies that the entity contains historical, social and natural-occuring events."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory EVENT"
desc: "Specifies that the entity contains historical, social and natural-occuring events."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.IP_ADDRESS"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.IP_ADDRESS"
name: "IP_ADDRESS"
nameWithType: "EntityCategory.IP_ADDRESS"
summary: "Specifies that the entity contains an Internet Protocol address"
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory IP_ADDRESS"
desc: "Specifies that the entity contains an Internet Protocol address"
- uid: "com.azure.ai.textanalytics.models.EntityCategory.LOCATION"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.LOCATION"
name: "LOCATION"
nameWithType: "EntityCategory.LOCATION"
summary: "Specifies that entity contains natural or human-made landmarks, structures, or geographical features."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory LOCATION"
desc: "Specifies that entity contains natural or human-made landmarks, structures, or geographical features."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.ORGANIZATION"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.ORGANIZATION"
name: "ORGANIZATION"
nameWithType: "EntityCategory.ORGANIZATION"
summary: "Specifies that the entity contains the name of an organization, corporation, agency, or other group of people."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory ORGANIZATION"
desc: "Specifies that the entity contains the name of an organization, corporation, agency, or other group of people."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.PERSON"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.PERSON"
name: "PERSON"
nameWithType: "EntityCategory.PERSON"
summary: "Specifies that the entity corresponds to a person."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory PERSON"
desc: "Specifies that the entity corresponds to a person."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.PERSON_TYPE"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.PERSON_TYPE"
name: "PERSON_TYPE"
nameWithType: "EntityCategory.PERSON_TYPE"
summary: "Specifies that the entity corresponds to a person type."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory PERSON_TYPE"
desc: "Specifies that the entity corresponds to a person type."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.PHONE_NUMBER"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.PHONE_NUMBER"
name: "PHONE_NUMBER"
nameWithType: "EntityCategory.PHONE_NUMBER"
summary: "Specifies that the entity contains a phone number (US phone numbers only)."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory PHONE_NUMBER"
desc: "Specifies that the entity contains a phone number (US phone numbers only)."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.PRODUCT"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.PRODUCT"
name: "PRODUCT"
nameWithType: "EntityCategory.PRODUCT"
summary: "Specifies that the entity contains a physical objects of various categories."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory PRODUCT"
desc: "Specifies that the entity contains a physical objects of various categories."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.QUANTITY"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.QUANTITY"
name: "QUANTITY"
nameWithType: "EntityCategory.QUANTITY"
summary: "Specifies that the entity contains a number or numeric quantity."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory QUANTITY"
desc: "Specifies that the entity contains a number or numeric quantity."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.SKILL"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.SKILL"
name: "SKILL"
nameWithType: "EntityCategory.SKILL"
summary: "Specifies that the entity contains an entity describing a capability or expertise."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory SKILL"
desc: "Specifies that the entity contains an entity describing a capability or expertise."
- uid: "com.azure.ai.textanalytics.models.EntityCategory.URL"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.URL"
name: "URL"
nameWithType: "EntityCategory.URL"
summary: "Specifies that the entity contains an Internet URL."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final EntityCategory URL"
desc: "Specifies that the entity contains an Internet URL."
methods:
- uid: "com.azure.ai.textanalytics.models.EntityCategory.fromString(java.lang.String)"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.fromString(String name)"
name: "fromString(String name)"
nameWithType: "EntityCategory.fromString(String name)"
summary: "Creates or finds a `EntityCategory` from its string representation."
modifiers:
- "static"
parameters:
- description: "The string name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static EntityCategory fromString(String name)"
desc: "Creates or finds a `EntityCategory` from its string representation."
returns:
description: "The corresponding <code>EntityCategory</code>."
type: "<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.ai.textanalytics.models.EntityCategory.values()"
fullName: "com.azure.ai.textanalytics.models.EntityCategory.values()"
name: "values()"
nameWithType: "EntityCategory.values()"
summary: "All known Entity<wbr>Category values."
modifiers:
- "static"
syntax: "public static Collection<EntityCategory> values()"
desc: "All known EntityCategory values."
returns:
description: "known EntityCategory values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.ai.textanalytics.models.EntityCategory?alt=com.azure.ai.textanalytics.models.EntityCategory&text=EntityCategory\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Gets the entity category inferred by the text analytics service's named entity recognition model. The list of available categories is described at See [named entity types][].\n\n\n[named entity types]: https://docs.microsoft.com/azure/cognitive-services/Text-Analytics/named-entity-types"
metadata: {}
package: "com.azure.ai.textanalytics.models"
artifact: com.azure:azure-ai-textanalytics:5.5.1