mindee-api-dotnet

LocalResponse Class

Namespace: Mindee.Input
Assembly: Mindee
Assembly Version: 3.13.0+eab8cb726dfe6c5eac4fe379821ed5e1a7a970c3

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