Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Class and Description |
---|---|
class |
PiiEntityMask
Mask PII entities with the given masking character.
|
class |
PiiEntityRemove
Remove PII entities from output.
|
class |
PiiEntityReplace
Replace PII entities with a given sequence of characters.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PiiEntityMasking> |
BatchDetectLanguagePiiEntitiesDetails.getMasking()
Mask recognized PII entities with different modes.
|
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguagePiiEntitiesDetails.Builder |
BatchDetectLanguagePiiEntitiesDetails.Builder.masking(Map<String,PiiEntityMasking> masking)
Mask recognized PII entities with different modes.
|
Constructor and Description |
---|
BatchDetectLanguagePiiEntitiesDetails(String endpointId,
String compartmentId,
List<TextDocument> documents,
Map<String,PiiEntityMasking> masking,
Profile profile)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.