FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
string | instanceName
A unique name representing an instance of the plug-in, this should be the same name as used during ServiceHandler initialization |
string | modelName
Provide the name of the model to use, a default model will be used if no model name is provided |
string | requestId
A unique id to identify this input event, used to correlate between the Input and Output events |
dictionary<string, string> | inputFields
A set of name value pairs representing the input FieldName - FieldValue pairs |
dictionary<integer, float> | timestamps
Contains timestamp information which can be used for calculating the roundtrip latency |
Member detail |
---|
dictionary<string, string> inputFieldsA set of name value pairs representing the input FieldName - FieldValue pairs
string instanceNameA unique name representing an instance of the plug-in, this should be the same name as used during ServiceHandler initialization
string modelNameProvide the name of the model to use, a default model will be used if no model name is provided
string requestIdA unique id to identify this input event, used to correlate between the Input and Output events
dictionary<integer, float> timestampsContains timestamp information which can be used for calculating the roundtrip latency
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |