Enum StreamingRecognitionFeatures.EndpointingSensitivity (4.82.0)

public enum StreamingRecognitionFeatures.EndpointingSensitivity extends Enum<StreamingRecognitionFeatures.EndpointingSensitivity> implements ProtocolMessageEnum

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.

Protobuf enum google.cloud.speech.v2.StreamingRecognitionFeatures.EndpointingSensitivity

Implements

ProtocolMessageEnum

Static Fields

Name Description
ENDPOINTING_SENSITIVITY_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")

ENDPOINTING_SENSITIVITY_SHORT = 3;

ENDPOINTING_SENSITIVITY_SHORT_VALUE

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")

ENDPOINTING_SENSITIVITY_SHORT = 3;

ENDPOINTING_SENSITIVITY_STANDARD

Standard sensitivity, no optimization for latency.

ENDPOINTING_SENSITIVITY_STANDARD = 1;

ENDPOINTING_SENSITIVITY_STANDARD_VALUE

Standard sensitivity, no optimization for latency.

ENDPOINTING_SENSITIVITY_STANDARD = 1;

ENDPOINTING_SENSITIVITY_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").

ENDPOINTING_SENSITIVITY_SUPERSHORT = 2;

ENDPOINTING_SENSITIVITY_SUPERSHORT_VALUE

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").

ENDPOINTING_SENSITIVITY_SUPERSHORT = 2;

ENDPOINTING_SENSITIVITY_UNSPECIFIED

If no value is specified, the values for ENDPOINTING_SENSITIVITY_STANDARD will be used.

ENDPOINTING_SENSITIVITY_UNSPECIFIED = 0;

ENDPOINTING_SENSITIVITY_UNSPECIFIED_VALUE

If no value is specified, the values for ENDPOINTING_SENSITIVITY_STANDARD will be used.

ENDPOINTING_SENSITIVITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()