Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeTranscriptItem
-
Packages that use MedicalScribeTranscriptItem Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalScribeTranscriptItem in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalScribeTranscriptItem Modifier and Type Method Description List<MedicalScribeTranscriptItem>MedicalScribeTranscriptSegment. items()Contains words, phrases, or punctuation marks in your segment.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalScribeTranscriptItem Modifier and Type Method Description MedicalScribeTranscriptSegment.BuilderMedicalScribeTranscriptSegment.Builder. items(MedicalScribeTranscriptItem... items)Contains words, phrases, or punctuation marks in your segment.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalScribeTranscriptItem Modifier and Type Method Description MedicalScribeTranscriptSegment.BuilderMedicalScribeTranscriptSegment.Builder. items(Collection<MedicalScribeTranscriptItem> items)Contains words, phrases, or punctuation marks in your segment.
-