VisionSkillBindingHelper.SetInputImageAsync(VideoFrame) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)