示例#1
0
 private static Response <IEnumerable <IEnumerable <LinkedEntity> > > CreateLinkedEntityResponseSimple(Response response) =>
 Response.FromValue(TextAnalyticsServiceSerializer.DeserializeLinkedEntityCollection(response.ContentStream), response);