in src-csharp/Services/TextractTextDetectionService.cs [109:113]
public void Print(List<GetDocumentTextDetectionResponse> response) { if(response != null && response.Count > 0) { response.ForEach(r => this.Print(r.Blocks)); } }