Class SpeechWordInfo.Builder (4.49.0)

public static final class SpeechWordInfo.Builder extends GeneratedMessageV3.Builder<SpeechWordInfo.Builder> implements SpeechWordInfoOrBuilder

Information for a word recognized by the speech recognizer.

Protobuf type google.cloud.dialogflow.v2beta1.SpeechWordInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SpeechWordInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SpeechWordInfo.Builder
Overrides

build()

public SpeechWordInfo build()
Returns
Type Description
SpeechWordInfo

buildPartial()

public SpeechWordInfo buildPartial()
Returns
Type Description
SpeechWordInfo

clear()

public SpeechWordInfo.Builder clear()
Returns
Type Description
SpeechWordInfo.Builder
Overrides

clearConfidence()

public SpeechWordInfo.Builder clearConfidence()

The Speech confidence between 0.0 and 1.0 for this word. A higher number indicates an estimated greater likelihood that the recognized word is correct. The default of 0.0 is a sentinel value indicating that confidence was not set.

This field is not guaranteed to be fully stable over time for the same audio input. Users should also not rely on it to always be provided.

float confidence = 4;

Returns
Type Description
SpeechWordInfo.Builder

This builder for chaining.

clearEndOffset()

public SpeechWordInfo.Builder clearEndOffset()

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Returns
Type Description
SpeechWordInfo.Builder

clearField(Descriptors.FieldDescriptor field)

public SpeechWordInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SpeechWordInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SpeechWordInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SpeechWordInfo.Builder
Overrides

clearStartOffset()

public SpeechWordInfo.Builder clearStartOffset()

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Returns
Type Description
SpeechWordInfo.Builder

clearWord()

public SpeechWordInfo.Builder clearWord()

The word this info is for.

string word = 3;

Returns
Type Description
SpeechWordInfo.Builder

This builder for chaining.

clone()

public SpeechWordInfo.Builder clone()
Returns
Type Description
SpeechWordInfo.Builder
Overrides

getConfidence()

public float getConfidence()

The Speech confidence between 0.0 and 1.0 for this word. A higher number indicates an estimated greater likelihood that the recognized word is correct. The default of 0.0 is a sentinel value indicating that confidence was not set.

This field is not guaranteed to be fully stable over time for the same audio input. Users should also not rely on it to always be provided.

float confidence = 4;

Returns
Type Description
float

The confidence.

getDefaultInstanceForType()

public SpeechWordInfo getDefaultInstanceForType()
Returns
Type Description
SpeechWordInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndOffset()

public Duration getEndOffset()

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Returns
Type Description
Duration

The endOffset.

getEndOffsetBuilder()

public Duration.Builder getEndOffsetBuilder()

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Returns
Type Description
Builder

getEndOffsetOrBuilder()

public DurationOrBuilder getEndOffsetOrBuilder()

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Returns
Type Description
DurationOrBuilder

getStartOffset()

public Duration getStartOffset()

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Returns
Type Description
Duration

The startOffset.

getStartOffsetBuilder()

public Duration.Builder getStartOffsetBuilder()

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Returns
Type Description
Builder

getStartOffsetOrBuilder()

public DurationOrBuilder getStartOffsetOrBuilder()

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Returns
Type Description
DurationOrBuilder

getWord()

public String getWord()

The word this info is for.

string word = 3;

Returns
Type Description
String

The word.

getWordBytes()

public ByteString getWordBytes()

The word this info is for.

string word = 3;

Returns
Type Description
ByteString

The bytes for word.

hasEndOffset()

public boolean hasEndOffset()

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Returns
Type Description
boolean

Whether the endOffset field is set.

hasStartOffset()

public boolean hasStartOffset()

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Returns
Type Description
boolean

Whether the startOffset field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeEndOffset(Duration value)

public SpeechWordInfo.Builder mergeEndOffset(Duration value)

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Parameter
Name Description
value Duration
Returns
Type Description
SpeechWordInfo.Builder

mergeFrom(SpeechWordInfo other)

public SpeechWordInfo.Builder mergeFrom(SpeechWordInfo other)
Parameter
Name Description
other SpeechWordInfo
Returns
Type Description
SpeechWordInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SpeechWordInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SpeechWordInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SpeechWordInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SpeechWordInfo.Builder
Overrides

mergeStartOffset(Duration value)

public SpeechWordInfo.Builder mergeStartOffset(Duration value)

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Parameter
Name Description
value Duration
Returns
Type Description
SpeechWordInfo.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SpeechWordInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SpeechWordInfo.Builder
Overrides

setConfidence(float value)

public SpeechWordInfo.Builder setConfidence(float value)

The Speech confidence between 0.0 and 1.0 for this word. A higher number indicates an estimated greater likelihood that the recognized word is correct. The default of 0.0 is a sentinel value indicating that confidence was not set.

This field is not guaranteed to be fully stable over time for the same audio input. Users should also not rely on it to always be provided.

float confidence = 4;

Parameter
Name Description
value float

The confidence to set.

Returns
Type Description
SpeechWordInfo.Builder

This builder for chaining.

setEndOffset(Duration value)

public SpeechWordInfo.Builder setEndOffset(Duration value)

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Parameter
Name Description
value Duration
Returns
Type Description
SpeechWordInfo.Builder

setEndOffset(Duration.Builder builderForValue)

public SpeechWordInfo.Builder setEndOffset(Duration.Builder builderForValue)

Time offset relative to the beginning of the audio that corresponds to the end of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration end_offset = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
SpeechWordInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public SpeechWordInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SpeechWordInfo.Builder
Overrides

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

public SpeechWordInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SpeechWordInfo.Builder
Overrides

setStartOffset(Duration value)

public SpeechWordInfo.Builder setStartOffset(Duration value)

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Parameter
Name Description
value Duration
Returns
Type Description
SpeechWordInfo.Builder

setStartOffset(Duration.Builder builderForValue)

public SpeechWordInfo.Builder setStartOffset(Duration.Builder builderForValue)

Time offset relative to the beginning of the audio that corresponds to the start of the spoken word. This is an experimental feature and the accuracy of the time offset can vary.

.google.protobuf.Duration start_offset = 1;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
SpeechWordInfo.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final SpeechWordInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SpeechWordInfo.Builder
Overrides

setWord(String value)

public SpeechWordInfo.Builder setWord(String value)

The word this info is for.

string word = 3;

Parameter
Name Description
value String

The word to set.

Returns
Type Description
SpeechWordInfo.Builder

This builder for chaining.

setWordBytes(ByteString value)

public SpeechWordInfo.Builder setWordBytes(ByteString value)

The word this info is for.

string word = 3;

Parameter
Name Description
value ByteString

The bytes for word to set.

Returns
Type Description
SpeechWordInfo.Builder

This builder for chaining.