EndlessStreamingService.viaServiceAccount constructor
EndlessStreamingService.viaServiceAccount(
- ServiceAccount account, {
- String? cloudSpeechEndpoint,
Creates a EndlessStreamingService interface using a service account.
Implementation
factory EndlessStreamingService.viaServiceAccount(ServiceAccount account,
{String? cloudSpeechEndpoint}) =>
EndlessStreamingService._(account.callOptions,
cloudSpeechEndpoint: cloudSpeechEndpoint);