MxTextsInfo
Description
Defines the text generation data information.
Structure Definition
1 2 3 4 | struct MxTextsInfo{ std::vector<MxMetaHeader> headers; std::vector<std::string> text; } |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
headers |
Input |
Text generation data header. |
text |
Input |
Text generation data string. |
Parent topic: Process Orchestration Data Structures