DataType
Function
The DataType enumeration in the InferRequestId class indicates whether the request ID is a number or a string.
Format
enum class DataType {
UINT64,
STRING
};
Enumerated Values
Enumeration |
Description |
|---|---|
UINT64 |
Normal |
STRING |
Abnormal |
Parent topic: Structure and Enumeration Description