Changes
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Api.Models.Responses
|
||||
{
|
||||
public sealed class CvUploadResponse
|
||||
{
|
||||
public required string DocumentId { get; init; }
|
||||
public required string TextHash { get; init; }
|
||||
public required string DocumentType { get; init; }
|
||||
public required string Title { get; init; }
|
||||
public int Chunks { get; init; }
|
||||
public int Characters { get; init; }
|
||||
public bool Cached { get; init; }
|
||||
public string Summary { get; init; } = "CV indexed successfully.";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user