Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalScribeVocabularyFilterMethod
-
Packages that use MedicalScribeVocabularyFilterMethod Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalScribeVocabularyFilterMethod in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return MedicalScribeVocabularyFilterMethod Modifier and Type Method Description static MedicalScribeVocabularyFilterMethodMedicalScribeVocabularyFilterMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MedicalScribeVocabularyFilterMethodMedicalScribeVocabularyFilterMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static MedicalScribeVocabularyFilterMethod[]MedicalScribeVocabularyFilterMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.MedicalScribeVocabularyFilterMethodMedicalScribeConfigurationEvent. vocabularyFilterMethod()Specify how you want your custom vocabulary filter applied to the streaming session.MedicalScribeVocabularyFilterMethodMedicalScribeStreamDetails. vocabularyFilterMethod()The method of the vocabulary filter for the HealthScribe streaming session.Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalScribeVocabularyFilterMethod Modifier and Type Method Description static Set<MedicalScribeVocabularyFilterMethod>MedicalScribeVocabularyFilterMethod. knownValues()Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalScribeVocabularyFilterMethod Modifier and Type Method Description MedicalScribeConfigurationEvent.BuilderMedicalScribeConfigurationEvent.Builder. vocabularyFilterMethod(MedicalScribeVocabularyFilterMethod vocabularyFilterMethod)Specify how you want your custom vocabulary filter applied to the streaming session.MedicalScribeConfigurationEvent.BuilderMedicalScribeConfigurationEvent.BuilderImpl. vocabularyFilterMethod(MedicalScribeVocabularyFilterMethod vocabularyFilterMethod)MedicalScribeStreamDetails.BuilderMedicalScribeStreamDetails.Builder. vocabularyFilterMethod(MedicalScribeVocabularyFilterMethod vocabularyFilterMethod)The method of the vocabulary filter for the HealthScribe streaming session.
-