Skip to main content

EOIProcessImageInputs

Encapsulates inputs for the call to the EyesOnIt.ProcessImage and EyesOnIt.ProcessImageFromFile methods.

Namespace: EyesOnItSDK.Data.Inputs

Properties

NameTypeDescription
Base64Imagestringthe base64 encoding of the image to process
RegionsEOIRegion[]the array of regions to use for processing
ObjectSizeintthe object size in pixels for processing
ObjectDescriptionsEOIObjectDescription[]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

NameTypeDescription
base64Imagestringthe base64 encoding of the image to process
regionsEOIRegion[]the array of regions to use for processing
objectSizeintthe object size in pixels for processing
objectDescriptionsEOIObjectDescription[]the array of object descriptions to use for processing

Methods

This class has no methods