Uses of Class
software.amazon.awssdk.services.transcribe.model.Media
-
Packages that use Media Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of Media in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return Media Modifier and Type Method Description MediaCallAnalyticsJob. media()Provides the Amazon S3 location of the media file you used in your Call Analytics request.MediaMedicalScribeJob. media()Returns the value of the Media property for this object.MediaMedicalTranscriptionJob. media()Returns the value of the Media property for this object.MediaStartCallAnalyticsJobRequest. media()Describes the Amazon S3 location of the media file you want to use in your Call Analytics request.MediaStartMedicalScribeJobRequest. media()Returns the value of the Media property for this object.MediaStartMedicalTranscriptionJobRequest. media()Returns the value of the Media property for this object.MediaStartTranscriptionJobRequest. media()Describes the Amazon S3 location of the media file you want to use in your request.MediaTranscriptionJob. media()Provides the Amazon S3 location of the media file you used in your request.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type Media Modifier and Type Method Description CallAnalyticsJob.BuilderCallAnalyticsJob.Builder. media(Media media)Provides the Amazon S3 location of the media file you used in your Call Analytics request.MedicalScribeJob.BuilderMedicalScribeJob.Builder. media(Media media)Sets the value of the Media property for this object.MedicalTranscriptionJob.BuilderMedicalTranscriptionJob.Builder. media(Media media)Sets the value of the Media property for this object.StartCallAnalyticsJobRequest.BuilderStartCallAnalyticsJobRequest.Builder. media(Media media)Describes the Amazon S3 location of the media file you want to use in your Call Analytics request.StartMedicalScribeJobRequest.BuilderStartMedicalScribeJobRequest.Builder. media(Media media)Sets the value of the Media property for this object.StartMedicalTranscriptionJobRequest.BuilderStartMedicalTranscriptionJobRequest.Builder. media(Media media)Sets the value of the Media property for this object.StartTranscriptionJobRequest.BuilderStartTranscriptionJobRequest.Builder. media(Media media)Describes the Amazon S3 location of the media file you want to use in your request.TranscriptionJob.BuilderTranscriptionJob.Builder. media(Media media)Provides the Amazon S3 location of the media file you used in your request.
-