Skip to content

Commit

Permalink
Adds a comment regarding audio mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat committed Nov 17, 2020
1 parent fb577c8 commit 8e44a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMSV3Tutorials/AnalyzeVideos/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private static async Task RunAsync(ConfigWrapper config)
// In this Transform, we specify to use the VideoAnalyzerPreset preset.
// This preset enables you to extract multiple audio and video insights from a video.
// In the example, the language ("en-US") is passed to its constructor.
// You can also specify what insights you want to extract by passing InsightsToExtract to the constructor.
// You can also specify what insights you want to extract by passing InsightsToExtract to the constructor, and which audio mode (standard or basic).
_ = await GetOrCreateTransformAsync(client, config.ResourceGroup, config.AccountName, VideoAnalyzerTransformName, new VideoAnalyzerPreset("en-US"));

// Create a new input Asset and upload the specified local video file into it.
Expand Down

0 comments on commit 8e44a83

Please sign in to comment.