Uses of Class
com.azure.resourcemanager.mediaservices.models.VideoAnalyzerPreset
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of VideoAnalyzerPreset in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionVideoAnalyzerPreset.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').VideoAnalyzerPreset.withExperimentalOptions
(Map<String, String> experimentalOptions) Set the experimentalOptions property: Dictionary containing key value pairs for parameters not exposed in the preset itself.VideoAnalyzerPreset.withInsightsToExtract
(InsightsType insightsToExtract) Set the insightsToExtract property: Defines the type of insights that you want the service to generate.VideoAnalyzerPreset.withMode
(AudioAnalysisMode mode) Set the mode property: Determines the set of audio analysis operations to be performed.