Uses of Class
com.azure.ai.openai.models.AudioTaskLabel
Packages that use AudioTaskLabel
-
Uses of AudioTaskLabel in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as AudioTaskLabelModifier and TypeFieldDescriptionstatic final AudioTaskLabelAudioTaskLabel.TRANSCRIBEAccompanying response data resulted from an audio transcription task.static final AudioTaskLabelAudioTaskLabel.TRANSLATEAccompanying response data resulted from an audio translation task.Methods in com.azure.ai.openai.models that return AudioTaskLabelModifier and TypeMethodDescriptionstatic AudioTaskLabelAudioTaskLabel.fromString(String name) Creates or finds a AudioTaskLabel from its string representation.AudioTranscription.getTask()Get the task property: The label that describes which operation type generated the accompanying response data.AudioTranslation.getTask()Get the task property: The label that describes which operation type generated the accompanying response data.Methods in com.azure.ai.openai.models that return types with arguments of type AudioTaskLabelModifier and TypeMethodDescriptionstatic Collection<AudioTaskLabel> AudioTaskLabel.values()Gets known AudioTaskLabel values.