[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the various versions of the `SpeechClientBuilder` for Google Cloud Speech API, ranging from the latest version 3.8.0 down to version 2.2.0."],["`SpeechClientBuilder` is a builder class used to configure and create `SpeechClient` instances, allowing for customization of credentials, endpoints, and other settings."],["The `SpeechClientBuilder` class inherits from `ClientBuilderBase\u003cSpeechClient\u003e` and provides methods for building both synchronously and asynchronously, as shown by the `Build()` and `BuildAsync()` methods respectively."],["The builder's properties include `Settings`, `DefaultGrpcAdapter`, and several inherited properties such as `Endpoint`, `Scopes`, and `ChannelCredentials`, which offer control over various aspects of the client configuration."],["The class also includes methods to retrieve default configurations, such as `GetDefaultEndpoint()`, `GetDefaultScopes()`, and `GetChannelPool()`, enabling the user to see what will be used if not otherwise specified."]]],[]]