Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.responses |
Modifier and Type | Method and Description |
---|---|
BatchDetectDominantLanguageResponse |
AIServiceLanguage.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request)
The API returns the detected language and a related confidence score (between 0 and 1).
|
BatchDetectDominantLanguageResponse |
AIServiceLanguageClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<BatchDetectDominantLanguageResponse> |
AIServiceLanguageAsyncClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request,
AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler) |
Future<BatchDetectDominantLanguageResponse> |
AIServiceLanguageAsync.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request,
AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler)
The API returns the detected language and a related confidence score (between 0 and 1).
|
Modifier and Type | Method and Description |
---|---|
Future<BatchDetectDominantLanguageResponse> |
AIServiceLanguageAsyncClient.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request,
AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler) |
Future<BatchDetectDominantLanguageResponse> |
AIServiceLanguageAsync.batchDetectDominantLanguage(BatchDetectDominantLanguageRequest request,
AsyncHandler<BatchDetectDominantLanguageRequest,BatchDetectDominantLanguageResponse> handler)
The API returns the detected language and a related confidence score (between 0 and 1).
|
Modifier and Type | Method and Description |
---|---|
BatchDetectDominantLanguageResponse |
BatchDetectDominantLanguageResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
BatchDetectDominantLanguageResponse.Builder |
BatchDetectDominantLanguageResponse.Builder.copy(BatchDetectDominantLanguageResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.