| Modifier and Type | Method and Description |
|---|---|
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.Builder.build() |
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.Builder.buildPartial() |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.getDefaultInstance() |
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.getDefaultInstanceForType() |
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.Builder.getDefaultInstanceForType() |
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfigOrBuilder.getVoiceActivityTimeout()
If set, the server will automatically close the stream after the specified
duration has elapsed after the last VOICE_ACTIVITY speech event has been
sent.
|
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.getVoiceActivityTimeout()
If set, the server will automatically close the stream after the specified
duration has elapsed after the last VOICE_ACTIVITY speech event has been
sent.
|
StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.Builder.getVoiceActivityTimeout()
If set, the server will automatically close the stream after the specified
duration has elapsed after the last VOICE_ACTIVITY speech event has been
sent.
|
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseDelimitedFrom(InputStream input) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(byte[] data) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(ByteBuffer data) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(com.google.protobuf.ByteString data) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(InputStream input) |
static StreamingRecognitionConfig.VoiceActivityTimeout |
StreamingRecognitionConfig.VoiceActivityTimeout.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StreamingRecognitionConfig.VoiceActivityTimeout> |
StreamingRecognitionConfig.VoiceActivityTimeout.getParserForType() |
static com.google.protobuf.Parser<StreamingRecognitionConfig.VoiceActivityTimeout> |
StreamingRecognitionConfig.VoiceActivityTimeout.parser() |
| Modifier and Type | Method and Description |
|---|---|
StreamingRecognitionConfig.VoiceActivityTimeout.Builder |
StreamingRecognitionConfig.VoiceActivityTimeout.Builder.mergeFrom(StreamingRecognitionConfig.VoiceActivityTimeout other) |
StreamingRecognitionConfig.Builder |
StreamingRecognitionConfig.Builder.mergeVoiceActivityTimeout(StreamingRecognitionConfig.VoiceActivityTimeout value)
If set, the server will automatically close the stream after the specified
duration has elapsed after the last VOICE_ACTIVITY speech event has been
sent.
|
static StreamingRecognitionConfig.VoiceActivityTimeout.Builder |
StreamingRecognitionConfig.VoiceActivityTimeout.newBuilder(StreamingRecognitionConfig.VoiceActivityTimeout prototype) |
StreamingRecognitionConfig.Builder |
StreamingRecognitionConfig.Builder.setVoiceActivityTimeout(StreamingRecognitionConfig.VoiceActivityTimeout value)
If set, the server will automatically close the stream after the specified
duration has elapsed after the last VOICE_ACTIVITY speech event has been
sent.
|
Copyright © 2023 Google LLC. All rights reserved.