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