BatchRecognition.RecognizeFromFile(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.
public:
virtual IAsyncOperation<Platform::String ^> ^ RecognizeFromFile(Platform::String ^ filePath) = RecognizeFromFile;
/// [Windows.Foundation.Metadata.Experimental]
IAsyncOperation<winrt::hstring> RecognizeFromFile(winrt::hstring const& filePath);
[Windows.Foundation.Metadata.Experimental]
public IAsyncOperation<string> RecognizeFromFile(string filePath);
function recognizeFromFile(filePath)
Public Function RecognizeFromFile (filePath As String) As IAsyncOperation(Of String)
Parameters
- filePath
-
String
Platform::String
winrt::hstring
Returns
- Attributes