SceneAnalysisEffectFrame.AnalysisRecommendation Property

Definition

Gets a value that specifies the recommended image processing to improve image quality and fidelity of captured images based on the current capture conditions.

public:
 property SceneAnalysisRecommendation AnalysisRecommendation { SceneAnalysisRecommendation get(); };
SceneAnalysisRecommendation AnalysisRecommendation();
public SceneAnalysisRecommendation AnalysisRecommendation { get; }
var sceneAnalysisRecommendation = sceneAnalysisEffectFrame.analysisRecommendation;
Public ReadOnly Property AnalysisRecommendation As SceneAnalysisRecommendation

Property Value

A value from that specifies the recommended image processing.

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

If the effect recommends using HDR, you can do this in the following ways:

If the effect recomends low-light processing, you can implement this in the following ways:

Applies to