SceneAnalyzedEventArgs SceneAnalyzedEventArgs SceneAnalyzedEventArgs SceneAnalyzedEventArgs Class

Definition

Provides data for the SceneAnalysisEffect.SceneAnalyzed event.

public : sealed class SceneAnalyzedEventArgs : ISceneAnalyzedEventArgspublic sealed class SceneAnalyzedEventArgs : ISceneAnalyzedEventArgsPublic NotInheritable Class SceneAnalyzedEventArgs Implements ISceneAnalyzedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Get an instance of this class by handling the SceneAnalysisEffect.SceneAnalyzed event.

For how-to guidance on using the SceneAnalysisEffect, see Scene anlysis for MediaCapture.

Properties

ResultFrame ResultFrame ResultFrame ResultFrame

Gets the result frame from the scene analysis operation.

public : SceneAnalysisEffectFrame ResultFrame { get; }public SceneAnalysisEffectFrame ResultFrame { get; }Public ReadOnly Property ResultFrame As SceneAnalysisEffectFrame// You can use this property in JavaScript.

See Also