Package | Description |
---|---|
com.oracle.bmc.ailanguage.model |
Modifier and Type | Method and Description |
---|---|
TextClassificationDocumentResult |
TextClassificationDocumentResult.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TextClassificationDocumentResult> |
BatchDetectLanguageTextClassificationResult.getDocuments()
List of succeeded document response.
|
Modifier and Type | Method and Description |
---|---|
TextClassificationDocumentResult.Builder |
TextClassificationDocumentResult.Builder.copy(TextClassificationDocumentResult model) |
Modifier and Type | Method and Description |
---|---|
BatchDetectLanguageTextClassificationResult.Builder |
BatchDetectLanguageTextClassificationResult.Builder.documents(List<TextClassificationDocumentResult> documents)
List of succeeded document response.
|
Constructor and Description |
---|
BatchDetectLanguageTextClassificationResult(List<TextClassificationDocumentResult> documents,
List<DocumentError> errors)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.