Struct DownloadImageResponse
Represents a response from the DownloadImage function.
Inherited Members
Namespace: SI.PIXL.Client.Structs.CommandResponse
Assembly: SI.PIXL.Client.dll
Syntax
public struct DownloadImageResponse
Constructors
DownloadImageResponse(ApiCommandResponse, string)
Creates a new instance of a DownloadImageResponse struct.
Declaration
public DownloadImageResponse(ApiCommandResponse result, string imageBase64)
Parameters
Type | Name | Description |
---|---|---|
ApiCommandResponse | result | The result. |
string | imageBase64 | The image as a base64 string. |
Properties
ImageBase64
Get the image as a base64 string.
Declaration
public string ImageBase64 { get; }
Property Value
Type | Description |
---|---|
string |
Result
Get the result.
Declaration
public ApiCommandResponse Result { get; }
Property Value
Type | Description |
---|---|
ApiCommandResponse |