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

Commit e1ac4b03 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 rvc-dev am: 32f3bcfc

Change-Id: I70cf70f98711667cae04a9d9c487c997fd5e2d9b
parents 7476896e 32f3bcfc
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -8170,6 +8170,9 @@ message TextSelectionEvent {


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

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


/**
/**
@@ -8210,6 +8213,9 @@ message TextLinkifyEvent {


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

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


/**
/**
@@ -8247,6 +8253,9 @@ message ConversationActionsEvent {


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

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


/**
/**