Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
TextDocument |
TextDocument.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TextDocument> |
BatchDetectLanguagePiiEntitiesDetails.getDocuments()
List of documents to detect personal identification information.
|
List<TextDocument> |
BatchDetectLanguageTextClassificationDetails.getDocuments()
List of Documents for detect text classification.
|
List<TextDocument> |
BatchLanguageTranslationDetails.getDocuments()
List of documents for translation.
|
List<TextDocument> |
BatchDetectLanguageSentimentsDetails.getDocuments()
List of Documents for detect sentiments.
|
List<TextDocument> |
BatchDetectHealthEntityDetails.getDocuments()
List of Documents for detect health entities.
|
List<TextDocument> |
BatchDetectLanguageKeyPhrasesDetails.getDocuments()
List of Documents for detect keyPhrases.
|
List<TextDocument> |
BatchDetectLanguageEntitiesDetails.getDocuments()
List of Documents for detect entities.
|
Modifier and Type | Method and Description |
---|---|
TextDocument.Builder |
TextDocument.Builder.copy(TextDocument model) |
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguagePiiEntitiesDetails.Builder |
BatchDetectLanguagePiiEntitiesDetails.Builder.documents(List<TextDocument> documents)
List of documents to detect personal identification information.
|
BatchDetectLanguageTextClassificationDetails.Builder |
BatchDetectLanguageTextClassificationDetails.Builder.documents(List<TextDocument> documents)
List of Documents for detect text classification.
|
BatchLanguageTranslationDetails.Builder |
BatchLanguageTranslationDetails.Builder.documents(List<TextDocument> documents)
List of documents for translation.
|
BatchDetectLanguageSentimentsDetails.Builder |
BatchDetectLanguageSentimentsDetails.Builder.documents(List<TextDocument> documents)
List of Documents for detect sentiments.
|
BatchDetectHealthEntityDetails.Builder |
BatchDetectHealthEntityDetails.Builder.documents(List<TextDocument> documents)
List of Documents for detect health entities.
|
BatchDetectLanguageKeyPhrasesDetails.Builder |
BatchDetectLanguageKeyPhrasesDetails.Builder.documents(List<TextDocument> documents)
List of Documents for detect keyPhrases.
|
BatchDetectLanguageEntitiesDetails.Builder |
BatchDetectLanguageEntitiesDetails.Builder.documents(List<TextDocument> documents)
List of Documents for detect entities.
|
Constructor and Description |
---|
BatchDetectHealthEntityDetails(String endpointId,
List<TextDocument> documents,
List<String> linkOntologies,
Boolean isDetectAssertions,
Boolean isDetectRelationships,
Profile profile)
Deprecated.
|
BatchDetectLanguageEntitiesDetails(String compartmentId,
String endpointId,
List<TextDocument> documents)
Deprecated.
|
BatchDetectLanguageKeyPhrasesDetails(String endpointId,
String compartmentId,
List<TextDocument> documents)
Deprecated.
|
BatchDetectLanguagePiiEntitiesDetails(String endpointId,
String compartmentId,
List<TextDocument> documents,
Map<String,PiiEntityMasking> masking,
Profile profile)
Deprecated.
|
BatchDetectLanguageSentimentsDetails(String endpointId,
String compartmentId,
List<TextDocument> documents)
Deprecated.
|
BatchDetectLanguageTextClassificationDetails(String compartmentId,
String endpointId,
List<TextDocument> documents)
Deprecated.
|
BatchLanguageTranslationDetails(String compartmentId,
String targetLanguageCode,
List<TextDocument> documents)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.