You need to process phrases in the order they are spoken in a real-time language translation app. Each phrase object should be put into what

Respuesta :

Answer:

Each object in the phrase must be placed in a queue.

Explanation:

In order for an application to make efficient translations in real time, it is important for the user to put the words of the sentence they want to translate in the correct order in which they appear in that sentence. This will allow the application's interface to understand the phrase and be able to translate it as accurately as possible. In this case, we can consider that each object forming the sentence must be placed in a queue so that it is possible to translate that sentence.