VisionSkillBindingHelper.SetInputImageAsync(VideoFrame) Method

Definition

Inserts a SkillFeature that encapsulates a SkillFeatureImageValue created with the input VideoFrame.

public:
 virtual Windows::Foundation::IAsyncAction ^ SetInputImageAsync(Windows::Media::VideoFrame ^ videoFrame) = Microsoft::AI::Skills::SkillInterfacePreview::IVisionSkillBindingHelper::SetInputImageAsync;
public Windows.Foundation.IAsyncAction SetInputImageAsync (Windows.Media.VideoFrame videoFrame);
abstract member SetInputImageAsync : Windows.Media.VideoFrame -> Windows.Foundation.IAsyncAction
override this.SetInputImageAsync : Windows.Media.VideoFrame -> Windows.Foundation.IAsyncAction

Parameters

videoFrame
Windows.Media.VideoFrame

The input image value.

Returns

Windows.Foundation.IAsyncAction

The asynchronous action for completing this operation.

Implements

Microsoft.AI.Skills.SkillInterfacePreview.IVisionSkillBindingHelper.SetInputImageAsync(Windows.Media.VideoFrame)

Applies to