Class StreamingRecognitionFeatures.VoiceActivityTimeout.Builder (4.6.0)

public static final class StreamingRecognitionFeatures.VoiceActivityTimeout.Builder extends GeneratedMessageV3.Builder<StreamingRecognitionFeatures.VoiceActivityTimeout.Builder> implements StreamingRecognitionFeatures.VoiceActivityTimeoutOrBuilder

Events that a timeout can be set on for voice activity.

Protobuf type google.cloud.speech.v2.StreamingRecognitionFeatures.VoiceActivityTimeout

Inheritance

Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

build()

public StreamingRecognitionFeatures.VoiceActivityTimeout build()
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout

buildPartial()

public StreamingRecognitionFeatures.VoiceActivityTimeout buildPartial()
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout

clear()

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder clear()
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

clearSpeechEndTimeout()

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder clearSpeechEndTimeout()

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

clearSpeechStartTimeout()

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder clearSpeechStartTimeout()

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

clone()

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder clone()
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

getDefaultInstanceForType()

public StreamingRecognitionFeatures.VoiceActivityTimeout getDefaultInstanceForType()
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getSpeechEndTimeout()

public Duration getSpeechEndTimeout()

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Returns
TypeDescription
Duration

The speechEndTimeout.

getSpeechEndTimeoutBuilder()

public Duration.Builder getSpeechEndTimeoutBuilder()

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Returns
TypeDescription
Builder

getSpeechEndTimeoutOrBuilder()

public DurationOrBuilder getSpeechEndTimeoutOrBuilder()

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Returns
TypeDescription
DurationOrBuilder

getSpeechStartTimeout()

public Duration getSpeechStartTimeout()

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Returns
TypeDescription
Duration

The speechStartTimeout.

getSpeechStartTimeoutBuilder()

public Duration.Builder getSpeechStartTimeoutBuilder()

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Returns
TypeDescription
Builder

getSpeechStartTimeoutOrBuilder()

public DurationOrBuilder getSpeechStartTimeoutOrBuilder()

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Returns
TypeDescription
DurationOrBuilder

hasSpeechEndTimeout()

public boolean hasSpeechEndTimeout()

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Returns
TypeDescription
boolean

Whether the speechEndTimeout field is set.

hasSpeechStartTimeout()

public boolean hasSpeechStartTimeout()

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Returns
TypeDescription
boolean

Whether the speechStartTimeout field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StreamingRecognitionFeatures.VoiceActivityTimeout other)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder mergeFrom(StreamingRecognitionFeatures.VoiceActivityTimeout other)
Parameter
NameDescription
otherStreamingRecognitionFeatures.VoiceActivityTimeout
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

mergeSpeechEndTimeout(Duration value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder mergeSpeechEndTimeout(Duration value)

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

mergeSpeechStartTimeout(Duration value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder mergeSpeechStartTimeout(Duration value)

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StreamingRecognitionFeatures.VoiceActivityTimeout.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides

setSpeechEndTimeout(Duration value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setSpeechEndTimeout(Duration value)

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

setSpeechEndTimeout(Duration.Builder builderForValue)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setSpeechEndTimeout(Duration.Builder builderForValue)

Duration to timeout the stream after speech ends. If this is set and no speech is detected in this duration after speech was detected, the server will close the stream.

.google.protobuf.Duration speech_end_timeout = 2;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

setSpeechStartTimeout(Duration value)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setSpeechStartTimeout(Duration value)

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Parameter
NameDescription
valueDuration
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

setSpeechStartTimeout(Duration.Builder builderForValue)

public StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setSpeechStartTimeout(Duration.Builder builderForValue)

Duration to timeout the stream if no speech begins. If this is set and no speech is detected in this duration at the start of the stream, the server will close the stream.

.google.protobuf.Duration speech_start_timeout = 1;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final StreamingRecognitionFeatures.VoiceActivityTimeout.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StreamingRecognitionFeatures.VoiceActivityTimeout.Builder
Overrides