public enum StreamingRecognitionFeatures.Types.EndpointingSensitivityReference documentation and code samples for the Cloud Speech-to-Text v2 API enum StreamingRecognitionFeatures.Types.EndpointingSensitivity.
Endpointing sensitivity is intended for applications that want to minimize result latency, possibly at the expense of quality. Some utterances may be broken up into multiple fragments.
Namespace
Google.Cloud.Speech.V2Assembly
Google.Cloud.Speech.V2.dll
Fields |
|
|---|---|
| Name | Description |
Short |
Short sensitivity, optimized for short utterances like single sentences. (e.g. "Remind me to call the dentist tomorrow morning at nine", "Navigate to the nearest coffee shop that is currently open") |
Standard |
Standard sensitivity, no optimization for latency. |
Supershort |
Super short sensitivity, optimized for super short utterances like single words ("Yes", "No", "Hello", etc.) or a single phrase, command or short query (e.g. "check balance", "five dollars", "call Mom"). |
Unspecified |
If no value is specified, the values for ENDPOINTING_SENSITIVITY_STANDARD will be used. |