Summarizes text and returns the summary.
text
Future<String> summarize(String text) { throw UnimplementedError('summarize() has not been implemented.'); }