PiiEntityDomain Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. ai. textanalytics. models. PiiEntityDomain
- com.
- com.
public final class PiiEntityDomain
extends ExpandableStringEnum<PiiEntityDomain>
Defines values for PiiEntityDomain.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Pii |
NONE
None as the Pii |
|
static final
Pii |
PROTECTED_HEALTH_INFORMATION
Protected health information (PHI) as the Pii |
Constructor Summary
| Constructor | Description |
|---|---|
| PiiEntityDomain() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Pii |
fromString(String name)
Creates or finds a |
|
static
Collection<Pii |
values()
All known Pii |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
NONE
public static final PiiEntityDomain NONE
None as the PiiEntityDomain.
PROTECTED_HEALTH_INFORMATION
public static final PiiEntityDomain PROTECTED_HEALTH_INFORMATION
Protected health information (PHI) as the PiiEntityDomain.
Constructor Details
PiiEntityDomain
@Deprecated
public PiiEntityDomain()
Deprecated
Creates a new instance of PiiEntityDomain value.
Method Details
fromString
public static PiiEntityDomain fromString(String name)
Creates or finds a PiiEntityDomain from its string representation.
Parameters:
Returns:
PiiEntityDomain.values
public static Collection<PiiEntityDomain> values()
All known PiiEntityDomain values.
Returns: