Exemplo n.º 1
0
        public ActionResult Video(string url)
        {
            var vr = new VideoResult();

            vr.Operation = VideoService.CreateOperation(url, new FaceDetectionOperationSettings());

            return(View("Video", vr));
        }