Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.StartMeetingTranscriptionResponse
-
Packages that use StartMeetingTranscriptionResponse Package Description software.amazon.awssdk.services.chimesdkmeetings The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the Amazon Web Services Regions for meetings, create and manage users, and send and receive meeting notifications. -
-
Uses of StartMeetingTranscriptionResponse in software.amazon.awssdk.services.chimesdkmeetings
Methods in software.amazon.awssdk.services.chimesdkmeetings that return StartMeetingTranscriptionResponse Modifier and Type Method Description default StartMeetingTranscriptionResponseChimeSdkMeetingsClient. startMeetingTranscription(Consumer<StartMeetingTranscriptionRequest.Builder> startMeetingTranscriptionRequest)Starts transcription for the specifiedmeetingId.default StartMeetingTranscriptionResponseChimeSdkMeetingsClient. startMeetingTranscription(StartMeetingTranscriptionRequest startMeetingTranscriptionRequest)Starts transcription for the specifiedmeetingId.Methods in software.amazon.awssdk.services.chimesdkmeetings that return types with arguments of type StartMeetingTranscriptionResponse Modifier and Type Method Description default CompletableFuture<StartMeetingTranscriptionResponse>ChimeSdkMeetingsAsyncClient. startMeetingTranscription(Consumer<StartMeetingTranscriptionRequest.Builder> startMeetingTranscriptionRequest)Starts transcription for the specifiedmeetingId.default CompletableFuture<StartMeetingTranscriptionResponse>ChimeSdkMeetingsAsyncClient. startMeetingTranscription(StartMeetingTranscriptionRequest startMeetingTranscriptionRequest)Starts transcription for the specifiedmeetingId.
-