EndlessStreamingService.viaServiceAccount constructor

EndlessStreamingService.viaServiceAccount(
  1. ServiceAccount account, {
  2. String? cloudSpeechEndpoint,
})

Creates a EndlessStreamingService interface using a service account.

Implementation

factory EndlessStreamingService.viaServiceAccount(ServiceAccount account,
        {String? cloudSpeechEndpoint}) =>
    EndlessStreamingService._(account.callOptions,
        cloudSpeechEndpoint: cloudSpeechEndpoint);