mindee-api-dotnet

LocalResponse Constructors

Declaring Type: LocalResponse
Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0

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