Uses of Class
software.amazon.awssdk.services.transcribe.model.GetCallAnalyticsCategoryResponse
-
Packages that use GetCallAnalyticsCategoryResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of GetCallAnalyticsCategoryResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return GetCallAnalyticsCategoryResponse Modifier and Type Method Description default GetCallAnalyticsCategoryResponseTranscribeClient. getCallAnalyticsCategory(Consumer<GetCallAnalyticsCategoryRequest.Builder> getCallAnalyticsCategoryRequest)Provides information about the specified Call Analytics category.default GetCallAnalyticsCategoryResponseTranscribeClient. getCallAnalyticsCategory(GetCallAnalyticsCategoryRequest getCallAnalyticsCategoryRequest)Provides information about the specified Call Analytics category.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type GetCallAnalyticsCategoryResponse Modifier and Type Method Description default CompletableFuture<GetCallAnalyticsCategoryResponse>TranscribeAsyncClient. getCallAnalyticsCategory(Consumer<GetCallAnalyticsCategoryRequest.Builder> getCallAnalyticsCategoryRequest)Provides information about the specified Call Analytics category.default CompletableFuture<GetCallAnalyticsCategoryResponse>TranscribeAsyncClient. getCallAnalyticsCategory(GetCallAnalyticsCategoryRequest getCallAnalyticsCategoryRequest)Provides information about the specified Call Analytics category.
-