Uses of Class
software.amazon.awssdk.services.transcribe.model.CreateCallAnalyticsCategoryResponse
-
Packages that use CreateCallAnalyticsCategoryResponse Package Description software.amazon.awssdk.services.transcribe Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and Call Analytics. -
-
Uses of CreateCallAnalyticsCategoryResponse in software.amazon.awssdk.services.transcribe
Methods in software.amazon.awssdk.services.transcribe that return CreateCallAnalyticsCategoryResponse Modifier and Type Method Description default CreateCallAnalyticsCategoryResponseTranscribeClient. createCallAnalyticsCategory(Consumer<CreateCallAnalyticsCategoryRequest.Builder> createCallAnalyticsCategoryRequest)Creates a new Call Analytics category.default CreateCallAnalyticsCategoryResponseTranscribeClient. createCallAnalyticsCategory(CreateCallAnalyticsCategoryRequest createCallAnalyticsCategoryRequest)Creates a new Call Analytics category.Methods in software.amazon.awssdk.services.transcribe that return types with arguments of type CreateCallAnalyticsCategoryResponse Modifier and Type Method Description default CompletableFuture<CreateCallAnalyticsCategoryResponse>TranscribeAsyncClient. createCallAnalyticsCategory(Consumer<CreateCallAnalyticsCategoryRequest.Builder> createCallAnalyticsCategoryRequest)Creates a new Call Analytics category.default CompletableFuture<CreateCallAnalyticsCategoryResponse>TranscribeAsyncClient. createCallAnalyticsCategory(CreateCallAnalyticsCategoryRequest createCallAnalyticsCategoryRequest)Creates a new Call Analytics category.
-