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