Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
Profile |
Profile.Builder.build() |
Profile |
BatchDetectLanguagePiiEntitiesDetails.getProfile() |
Profile |
BatchDetectHealthEntityDetails.getProfile() |
Modifier and Type | Method and Description |
---|---|
Profile.Builder |
Profile.Builder.copy(Profile model) |
BatchDetectLanguagePiiEntitiesDetails.Builder |
BatchDetectLanguagePiiEntitiesDetails.Builder.profile(Profile profile) |
BatchDetectHealthEntityDetails.Builder |
BatchDetectHealthEntityDetails.Builder.profile(Profile profile) |
Constructor and Description |
---|
BatchDetectHealthEntityDetails(String endpointId,
List<TextDocument> documents,
List<String> linkOntologies,
Boolean isDetectAssertions,
Boolean isDetectRelationships,
Profile profile)
Deprecated.
|
BatchDetectLanguagePiiEntitiesDetails(String endpointId,
String compartmentId,
List<TextDocument> documents,
Map<String,PiiEntityMasking> masking,
Profile profile)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.