forked from cgvr/DeltaVR
model generation test box takes input prompt from voice transcription box
This commit is contained in:
@@ -17,6 +17,7 @@ public class VoiceTranscriptionTestBox : MonoBehaviour
|
||||
public TextMeshProUGUI outputText;
|
||||
|
||||
private string _buffer;
|
||||
public string currentTextOutput;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
@@ -76,6 +77,7 @@ public class VoiceTranscriptionTestBox : MonoBehaviour
|
||||
|
||||
var text = res.Result;
|
||||
|
||||
currentTextOutput = text;
|
||||
outputText.text = text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user