Skip to content

Commit

Permalink
Language Weaver - SDLCOM-6248: Add model to segment metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ealbu authored Oct 8, 2024
1 parent 3f78f2e commit 46de0b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public override void ProcessParagraphUnit(IParagraphUnit paragraphUnit)
QualityEstimation = ratedSegment.QualityEstimation,
Translation = ratedSegment.Translation,
ModelName = ratedSegment.ModelName,
Model = ratedSegment.Model,
AutoSendFeedback = ratedSegment.AutosendFeedback,
Index = translationOrigin.GetLastTqeIndex()
};
Expand Down

0 comments on commit 46de0b8

Please sign in to comment.