Estimated time is coded up.
This commit is contained in:
parent
ab6669703d
commit
64ee5ee459
10 changed files with 38 additions and 51 deletions
|
|
@ -1,5 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using API.Entities.Enums;
|
||||
using API.Entities.Enums;
|
||||
|
||||
namespace API.DTOs.Reader;
|
||||
|
||||
|
|
@ -16,9 +15,4 @@ public sealed record BookInfoDto : IChapterInfoDto
|
|||
public int Pages { get; set; }
|
||||
public bool IsSpecial { get; set; }
|
||||
public string ChapterTitle { get; set; } = default! ;
|
||||
/// <summary>
|
||||
/// For Epub reader, this will contain Page number -> word count. All other times will be null.
|
||||
/// </summary>
|
||||
/// <remarks>This is optionally returned by includeWordCounts</remarks>
|
||||
public IDictionary<int, int>? PageWordCounts { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue