mindee-api-dotnet

LocalResponse Class

Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.21.0+995c229708fe61b0dacbe0bfca8ad9e39db87623

A Mindee response saved locally.

public class LocalResponse

Inheritance: object → LocalResponse

Constructors

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

Properties

Name Description
FileBytes File as UTF-8 bytes.

Methods

Name Description
GetHmacSignature(string) Get the HMAC signature of the payload.
IsValidHmacSignature(string, string) Verify that the payload’s signature matches the one received from the server.
ToString() Print the file as a UTF-8 string.

Documentation generated by MdDocs