Hi team,
for (const auto& portion : paragraph->get_Portions()) {
std::string portionText = portion->get_Text().ToUtf8String();
}
currently some portion text that we are getting is in sentence cAse, although…...Hi team,
for (const auto& portion : paragraph->get_Portions()) {
std::string portionText = portion->get_Text().ToUtf8String();
}
currently some portion text that we are getting is in sentence case, although…