| Modifier and Type | Method and Description |
|---|---|
static StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponse.SpeechEventType.forNumber(int value) |
StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponse.getSpeechEventType()
Indicates the type of speech event.
|
StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponse.Builder.getSpeechEventType()
Indicates the type of speech event.
|
StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponseOrBuilder.getSpeechEventType()
Indicates the type of speech event.
|
static StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponse.SpeechEventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponse.SpeechEventType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StreamingRecognizeResponse.SpeechEventType |
StreamingRecognizeResponse.SpeechEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingRecognizeResponse.SpeechEventType[] |
StreamingRecognizeResponse.SpeechEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<StreamingRecognizeResponse.SpeechEventType> |
StreamingRecognizeResponse.SpeechEventType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
StreamingRecognizeResponse.Builder |
StreamingRecognizeResponse.Builder.setSpeechEventType(StreamingRecognizeResponse.SpeechEventType value)
Indicates the type of speech event.
|
Copyright © 2022 Google LLC. All rights reserved.