VLMImage.filePath constructor
VLMImage.filePath(
- String path
Create from a file path (JPEG, PNG, etc.)
Implementation
factory VLMImage.filePath(String path) => VLMImage._(VLMImageFormat.filePath(path));
Create from a file path (JPEG, PNG, etc.)
factory VLMImage.filePath(String path) => VLMImage._(VLMImageFormat.filePath(path));