Skip to content

Commit

Permalink
Response display fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RiabushenkoA committed Jan 7, 2025
1 parent dc001a8 commit 87c0fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps.Systran/Models/Response/TranslateTextResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public class TranslateTextResponse
[Display("Request ID")]
public string RequestId { get; set; } = string.Empty;

[Display("Outputs")]
[DefinitionIgnore]
public List<TranslationOutput> Outputs { get; set; } = new();
}

Expand Down

0 comments on commit 87c0fe8

Please sign in to comment.