VisionSource.FromFile(String) 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.
Builds a VisionSource from a local input image or video file
public static Azure.AI.Vision.Common.VisionSource FromFile (string filePath);
static member FromFile : string -> Azure.AI.Vision.Common.VisionSource
Public Shared Function FromFile (filePath As String) As VisionSource
Parameters
- filePath
- String
The full path name of the local file
Returns
A VisionSource that uses the specified input file