Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df24cd6a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Log also the lang id model name that is involved in events" into...

Merge "Log also the lang id model name that is involved in events" into rvc-dev am: 32f3bcfc am: 851eea1b am: eddb01a8 am: 23a841ba

Change-Id: I22b458d518a76162244382e0c67bfa7916345fe6
parents 013cd93f 23a841ba
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -8172,6 +8172,9 @@ message TextSelectionEvent {

    // Name of source package.
    optional string package_name = 11;

    // Name of the LangID model that is involved in this event.
    optional string langid_model_name = 12;
}

/**
@@ -8212,6 +8215,9 @@ message TextLinkifyEvent {

    // Name of source package.
    optional string package_name = 11;

    // Name of the LangID model that is involved in this event.
    optional string langid_model_name = 12;
}

/**
@@ -8249,6 +8255,9 @@ message ConversationActionsEvent {

    // Name of the annotator model that is involved in this event.
    optional string annotator_model_name = 10;

    // Name of the LangID model that is involved in this event.
    optional string langid_model_name = 11;
}

/**