ImageFeatureValue.CreateFromVideoFrame(VideoFrame) 메서드

정의

지정된 비디오 프레임을 사용하여 ImageFeatureValue 를 만듭니다.

public:
 static ImageFeatureValue ^ CreateFromVideoFrame(VideoFrame ^ image);
 static ImageFeatureValue CreateFromVideoFrame(VideoFrame const& image);
public static ImageFeatureValue CreateFromVideoFrame(VideoFrame image);
function createFromVideoFrame(image)
Public Shared Function CreateFromVideoFrame (image As VideoFrame) As ImageFeatureValue

매개 변수

image
VideoFrame

ImageFeatureValue를 만드는 데 사용할 비디오 프레임입니다.

반환

지정된 비디오 프레임에서 만든 ImageFeatureValue 입니다.

예제

코드 예제는 ImageFeatureValue를 참조하세요.

설명

Windows Server

Windows Server에서 이 API를 사용하려면 데스크톱 환경에서 Windows Server 2019를 사용해야 합니다.

스레드로부터의 안전성

이 API는 스레드로부터 안전합니다.

적용 대상