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…...for (const auto& portion : paragraph->get_Portions()) { std::string...for (const auto& portion : paragraph->get_Portions()) { auto sourceText...