mindee-api-dotnet

LocalResponse Constructors

Declaring Type: LocalResponse
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

Overloads

Signature Description
LocalResponse(FileInfo) Load from a file.
LocalResponse(string) Load from a string.

LocalResponse(FileInfo)

Load from a file.

public LocalResponse(FileInfo input);

Parameters

input FileInfo

Will be decoded as UTF-8.

LocalResponse(string)

Load from a string.

public LocalResponse(string input);

Parameters

input string

Will be decoded as UTF-8.


Documentation generated by MdDocs