Ok so this is a hypothetical here just trying to figure out how if possible to do this should I ever need it. Given the following TTS command:
[The;] [A;B;C] [Object;]
Say, '[The' or '] [A' or 'B' or 'C] [Object' or ']'
Given the way its structured the possible dialogue outcomes (only considering case A) are:
A
A Object
The A Object
The A
What I want to know is how to remove the "The A" outcome without ruining the other 3. I can't seem to figure out how to do this. Is there another syntactic element or way this can be restructured to make this work that im missing? Thanks!