Пример #1
0
 private static Response <IEnumerable <Sentiment> > CreateAnalyzeSentimentResponseSimple(Response response) =>
 Response.FromValue(TextAnalyticsServiceSerializer.DeserializeSentimentCollection(response.ContentStream), response);