[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eSpeechSettings\u003c/code\u003e is a class providing configuration options for \u003ccode\u003eSpeechClient\u003c/code\u003e instances in the Google Cloud Speech v1p1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eSpeechSettings\u003c/code\u003e is 3.0.0-beta08, with previous versions including 3.0.0-beta07 and 2.0.0-beta09 being documented.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and offers customizable settings such as \u003ccode\u003eLongRunningRecognizeSettings\u003c/code\u003e, \u003ccode\u003eRecognizeSettings\u003c/code\u003e, and \u003ccode\u003eStreamingRecognizeSettings\u003c/code\u003e to control the behavior of speech recognition operations.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSpeechSettings\u003c/code\u003e offers methods like \u003ccode\u003eClone()\u003c/code\u003e for creating a copy of the current setting object, and \u003ccode\u003eGetDefault()\u003c/code\u003e to receive a new instance of the object with the default settings.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLongRunningRecognizeOperationsSettings\u003c/code\u003e properties control the settings for long-running speech operations, with a default timeout of 24 hours and specific delay settings, while other operation properties use a 5000 second timeout.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Speech v1p1beta1 API - Class SpeechSettings (3.0.0-beta09)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta09 (latest)](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechSettings)\n- [3.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/3.0.0-beta08/Google.Cloud.Speech.V1P1Beta1.SpeechSettings)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/2.0.0-beta09/Google.Cloud.Speech.V1P1Beta1.SpeechSettings) \n\n public sealed class SpeechSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Google Cloud Speech v1p1beta1 API class SpeechSettings.\n\nSettings for [SpeechClient](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html) \\\u003e SpeechSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_VersionHeaderBuilder) \n[ServiceSettingsBase.CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_CallSettings) \n[ServiceSettingsBase.Clock](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Clock) \n[ServiceSettingsBase.Scheduler](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Scheduler) \n[ServiceSettingsBase.Interceptor](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.ServiceSettingsBase.html#Google_Api_Gax_Grpc_ServiceSettingsBase_Interceptor) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Speech.V1P1Beta1](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Speech.V1P1Beta1.dll\n\nConstructors\n------------\n\n### SpeechSettings()\n\n public SpeechSettings()\n\nConstructs a new [SpeechSettings](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechSettings) object with default settings.\n\nProperties\n----------\n\n### LongRunningRecognizeOperationsSettings\n\n public OperationsSettings LongRunningRecognizeOperationsSettings { get; set; }\n\nLong Running Operation settings for calls to `SpeechClient.LongRunningRecognize` and\n`SpeechClient.LongRunningRecognizeAsync`.\n\n**Remarks** \nUses default [PollSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.PollSettings.html) of:\n\n- Initial delay: 20 seconds.\n- Delay multiplier: 1.5\n- Maximum delay: 45 seconds.\n- Total timeout: 24 hours.\n\n\u003cbr /\u003e\n\n### LongRunningRecognizeSettings\n\n public CallSettings LongRunningRecognizeSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`SpeechClient.LongRunningRecognize` and `SpeechClient.LongRunningRecognizeAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 5000 seconds.\n\n### RecognizeSettings\n\n public CallSettings RecognizeSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to `SpeechClient.Recognize`\nand `SpeechClient.RecognizeAsync`.\n\n**Remarks** \n- Initial retry delay: 100 milliseconds.\n- Retry delay multiplier: 1.3\n- Retry maximum delay: 60000 milliseconds.\n- Maximum attempts: Unlimited\n- Retriable status codes: [DeadlineExceeded](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_DeadlineExceeded), [Unavailable](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.StatusCode.html#Grpc_Core_StatusCode_Unavailable).\n- Timeout: 5000 seconds.\n\n### StreamingRecognizeSettings\n\n public CallSettings StreamingRecognizeSettings { get; set; }\n\n[CallSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.CallSettings.html) for synchronous and asynchronous calls to\n`SpeechClient.StreamingRecognize` and `SpeechClient.StreamingRecognizeAsync`.\n\n**Remarks** \nTimeout: 5000 seconds.\n\n### StreamingRecognizeStreamingSettings\n\n public BidirectionalStreamingSettings StreamingRecognizeStreamingSettings { get; set; }\n\n[BidirectionalStreamingSettings](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.BidirectionalStreamingSettings.html) for calls to `SpeechClient.StreamingRecognize`\nand `SpeechClient.StreamingRecognizeAsync`.\n\n**Remarks** \nThe default local send queue size is 100.\n\nMethods\n-------\n\n### Clone()\n\n public SpeechSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static SpeechSettings GetDefault()\n\nGet a new instance of the default [SpeechSettings](/dotnet/docs/reference/Google.Cloud.Speech.V1P1Beta1/latest/Google.Cloud.Speech.V1P1Beta1.SpeechSettings)."]]