Class PiiEntityDomain
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PiiEntityDomain>
com.azure.ai.textanalytics.models.PiiEntityDomain
public final class PiiEntityDomain
extends com.azure.core.util.ExpandableStringEnum<PiiEntityDomain>
Defines values for
PiiEntityDomain.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PiiEntityDomainNone as the PiiEntityDomain.static final PiiEntityDomainProtected health information (PHI) as the PiiEntityDomain. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PiiEntityDomainfromString(String name) Creates or finds aPiiEntityDomainfrom its string representation.static Collection<PiiEntityDomain>values()All known PiiEntityDomain values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
PROTECTED_HEALTH_INFORMATION
Protected health information (PHI) as the PiiEntityDomain. -
NONE
None as the PiiEntityDomain.
-
-
Constructor Details
-
PiiEntityDomain
Deprecated.Use thefromString(String)factory method.Creates a new instance ofPiiEntityDomainvalue.
-
-
Method Details
-
fromString
Creates or finds aPiiEntityDomainfrom its string representation.- Parameters:
name- The string name to look for.- Returns:
- The corresponding
PiiEntityDomain.
-
values
All known PiiEntityDomain values.- Returns:
- known PiiEntityDomain values.
-
fromString(String)factory method.