Uses of Class
com.azure.resourcemanager.mediaservices.models.AudioAnalyzerPreset
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of AudioAnalyzerPreset in com.azure.resourcemanager.mediaservices.models
Modifier and TypeClassDescriptionfinal class
A video analyzer preset that extracts insights (rich metadata) from both audio and video, and outputs a JSON format file.Modifier and TypeMethodDescriptionAudioAnalyzerPreset.withAudioLanguage
(String audioLanguage) Set the audioLanguage property: The language for the audio payload in the input using the BCP-47 format of 'language tag-region' (e.g: 'en-US').AudioAnalyzerPreset.withExperimentalOptions
(Map<String, String> experimentalOptions) Set the experimentalOptions property: Dictionary containing key value pairs for parameters not exposed in the preset itself.AudioAnalyzerPreset.withMode
(AudioAnalysisMode mode) Set the mode property: Determines the set of audio analysis operations to be performed.