Uses of Class
com.azure.ai.textanalytics.models.PiiEntityDomain
Packages that use PiiEntityDomain
Package
Description
Package containing the data models for MicrosoftCognitiveLanguageServiceTextAnalysis.
-
Uses of PiiEntityDomain in com.azure.ai.textanalytics.models
Fields in com.azure.ai.textanalytics.models declared as PiiEntityDomainModifier and TypeFieldDescriptionstatic final PiiEntityDomainPiiEntityDomain.NONENone as the PiiEntityDomain.static final PiiEntityDomainPiiEntityDomain.PROTECTED_HEALTH_INFORMATIONProtected health information (PHI) as the PiiEntityDomain.Methods in com.azure.ai.textanalytics.models that return PiiEntityDomainModifier and TypeMethodDescriptionstatic PiiEntityDomainPiiEntityDomain.fromString(String name) Creates or finds aPiiEntityDomainfrom its string representation.RecognizePiiEntitiesAction.getDomainFilter()Gets the value of domainFilter.RecognizePiiEntitiesOptions.getDomainFilter()Gets the value of domainFilter.Methods in com.azure.ai.textanalytics.models that return types with arguments of type PiiEntityDomainModifier and TypeMethodDescriptionstatic Collection<PiiEntityDomain>PiiEntityDomain.values()All known PiiEntityDomain values.Methods in com.azure.ai.textanalytics.models with parameters of type PiiEntityDomainModifier and TypeMethodDescriptionRecognizePiiEntitiesAction.setDomainFilter(PiiEntityDomain domainFilter) Sets the value of domainFilter.RecognizePiiEntitiesOptions.setDomainFilter(PiiEntityDomain domainFilter) Sets the value of domainFilter.