private static Response <AnalyzeSentimentResultCollection> CreateAnalyzeSentimentResponse(Response response, IDictionary <string, int> idToIndexMap) =>
 Response.FromValue(TextAnalyticsServiceSerializer.DeserializeAnalyzeSentimentResponse(response.ContentStream, idToIndexMap), response);
コード例 #2
0
 private static Response <AnalyzeSentimentResultCollection> CreateAnalyzeSentimentResponse(Response response) =>
 Response.FromValue(TextAnalyticsServiceSerializer.DeserializeAnalyzeSentimentResponse(response.ContentStream), response);