EOIObjectDescription
Encapsulates object description details that are provided as input to EyesOnIt as well as detection status that is provided as output by EyesOnIt.
Properties
Name | Type | Description |
---|---|---|
text | string | the text of the object description |
threshold | integer (optional) | the alerting threshold for the object description |
background_prompt | bool | true if this is the background description for the stream, false otherwise |
Constructor
Supports simple construction of an EOIObjectDescription object.
Signature
EOIObjectDescription()
Creates an EOIObjectDescription object with default values
Parameters
This method has no parameters
Methods
This class has no methods