Package | Description |
---|---|
com.oracle.bmc.ailanguage | |
com.oracle.bmc.ailanguage.requests |
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 |
---|---|
BatchDetectDominantLanguageRequest |
BatchDetectDominantLanguageRequest.Builder.build()
Build the instance of BatchDetectDominantLanguageRequest as configured by this builder
|
BatchDetectDominantLanguageRequest |
BatchDetectDominantLanguageRequest.Builder.buildWithoutInvocationCallback()
Build the instance of BatchDetectDominantLanguageRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
BatchDetectDominantLanguageRequest.Builder |
BatchDetectDominantLanguageRequest.Builder.copy(BatchDetectDominantLanguageRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.