Declaring Type: LocalResponse
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Signature | Description |
---|---|
LocalResponse(FileInfo) | Load from a file. |
LocalResponse(string) | Load from a string. |
Load from a file.
public LocalResponse(FileInfo input);
input
FileInfo
Will be decoded as UTF-8.
Load from a string.
public LocalResponse(string input);
input
string
Will be decoded as UTF-8.
Documentation generated by MdDocs