Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
TextClassification |
TextClassification.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TextClassification> |
DetectLanguageTextClassificationResult.getTextClassification()
List of detected text classes.
|
List<TextClassification> |
TextClassificationDocumentResult.getTextClassification()
List of detected text classes.
|
Modifier and Type | Method and Description |
---|---|
TextClassification.Builder |
TextClassification.Builder.copy(TextClassification model) |
Modifier and Type | Method and Description |
---|---|
DetectLanguageTextClassificationResult.Builder |
DetectLanguageTextClassificationResult.Builder.textClassification(List<TextClassification> textClassification)
List of detected text classes.
|
TextClassificationDocumentResult.Builder |
TextClassificationDocumentResult.Builder.textClassification(List<TextClassification> textClassification)
List of detected text classes.
|
Constructor and Description |
---|
DetectLanguageTextClassificationResult(List<TextClassification> textClassification)
Deprecated.
|
TextClassificationDocumentResult(String key,
List<TextClassification> textClassification,
String languageCode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.