Declaring Type: LocalResponse
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623
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