MxTextsInfo
Function Usage
Defines the text generation data information.
Structure Definition
struct MxTextsInfo{
std::vector<MxMetaHeader> headers;
std::vector<std::string> text;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
headers |
Input |
Text generation data header |
text |
Input |
Text generation data string |
Parent topic: Data Structure