EOIProcessImageInputs
Encapsulates inputs for the call to the EyesOnIt.ProcessImage and EyesOnIt.ProcessImageFromFile methods.
Namespace: EyesOnItSDK.Data.Inputs
Properties
Name | Type | Description |
---|---|---|
Base64Image | string | the base64 encoding of the image to process |
Regions | EOIRegion[] | the array of regions to use for processing |
ObjectSize | int | the object size in pixels for processing |
ObjectDescriptions | EOIObjectDescription[] | the array of object descriptions to use for processing |
Constructor
Supports simple construction of an EOIProcessImageInputs object.
Signature
Creates an EOIProcessImageInputs object from provided parameters.
public EOIProcessImageInputs(
string base64Image,
EOIRegion[] regions,
int objectSize,
EOIObjectDescription[] objectDescriptions)
Parameters
Name | Type | Description |
---|---|---|
base64Image | string | the base64 encoding of the image to process |
regions | EOIRegion[] | the array of regions to use for processing |
objectSize | int | the object size in pixels for processing |
objectDescriptions | EOIObjectDescription[] | the array of object descriptions to use for processing |
Methods
This class has no methods