Uses of Class
com.oracle.bmc.ailanguage.model.HealthEntityDocumentResult
-
Packages that use HealthEntityDocumentResult Package Description com.oracle.bmc.ailanguage.model -
-
Uses of HealthEntityDocumentResult in com.oracle.bmc.ailanguage.model
Methods in com.oracle.bmc.ailanguage.model that return HealthEntityDocumentResult Modifier and Type Method Description HealthEntityDocumentResult
HealthEntityDocumentResult.Builder. build()
Methods in com.oracle.bmc.ailanguage.model that return types with arguments of type HealthEntityDocumentResult Modifier and Type Method Description List<HealthEntityDocumentResult>
BatchDetectHealthEntityResult. getDocuments()
List of succeeded document response.Methods in com.oracle.bmc.ailanguage.model with parameters of type HealthEntityDocumentResult Modifier and Type Method Description HealthEntityDocumentResult.Builder
HealthEntityDocumentResult.Builder. copy(HealthEntityDocumentResult model)
Method parameters in com.oracle.bmc.ailanguage.model with type arguments of type HealthEntityDocumentResult Modifier and Type Method Description BatchDetectHealthEntityResult.Builder
BatchDetectHealthEntityResult.Builder. documents(List<HealthEntityDocumentResult> documents)
List of succeeded document response.Constructor parameters in com.oracle.bmc.ailanguage.model with type arguments of type HealthEntityDocumentResult Constructor Description BatchDetectHealthEntityResult(List<HealthEntityDocumentResult> documents, List<DocumentError> errors)
Deprecated.
-