setTranscribeLifecycleProtoForTesting static method
Implementation
static void setTranscribeLifecycleProtoForTesting(
STTOutput Function(STTTranscriptionRequest)? override,
) {
_transcribeLifecycleProtoForTesting = override;
}
static void setTranscribeLifecycleProtoForTesting(
STTOutput Function(STTTranscriptionRequest)? override,
) {
_transcribeLifecycleProtoForTesting = override;
}