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