Uses of Class
com.oracle.bmc.ailanguage.responses.BatchDetectHealthEntityResponse
-
Packages that use BatchDetectHealthEntityResponse Package Description com.oracle.bmc.ailanguage com.oracle.bmc.ailanguage.responses -
-
Uses of BatchDetectHealthEntityResponse in com.oracle.bmc.ailanguage
Methods in com.oracle.bmc.ailanguage that return BatchDetectHealthEntityResponse Modifier and Type Method Description BatchDetectHealthEntityResponse
AIServiceLanguage. batchDetectHealthEntity(BatchDetectHealthEntityRequest request)
The API extracts health entities in text records.BatchDetectHealthEntityResponse
AIServiceLanguageClient. batchDetectHealthEntity(BatchDetectHealthEntityRequest request)
Methods in com.oracle.bmc.ailanguage that return types with arguments of type BatchDetectHealthEntityResponse Modifier and Type Method Description Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsync. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
The API extracts health entities in text records.Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsyncClient. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
Method parameters in com.oracle.bmc.ailanguage with type arguments of type BatchDetectHealthEntityResponse Modifier and Type Method Description Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsync. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
The API extracts health entities in text records.Future<BatchDetectHealthEntityResponse>
AIServiceLanguageAsyncClient. batchDetectHealthEntity(BatchDetectHealthEntityRequest request, AsyncHandler<BatchDetectHealthEntityRequest,BatchDetectHealthEntityResponse> handler)
-
Uses of BatchDetectHealthEntityResponse in com.oracle.bmc.ailanguage.responses
Methods in com.oracle.bmc.ailanguage.responses that return BatchDetectHealthEntityResponse Modifier and Type Method Description BatchDetectHealthEntityResponse
BatchDetectHealthEntityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.ailanguage.responses with parameters of type BatchDetectHealthEntityResponse Modifier and Type Method Description BatchDetectHealthEntityResponse.Builder
BatchDetectHealthEntityResponse.Builder. copy(BatchDetectHealthEntityResponse o)
Copy method to populate the builder with values from the given instance.
-