Class SpeechWordInfo.Builder (0.52.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.cx.v3beta1.SpeechWordInfo

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public SpeechWordInfo build()
Returns
TypeDescription
SpeechWordInfo

buildPartial()

public SpeechWordInfo buildPartial()
Returns
TypeDescription
SpeechWordInfo

clear()

public SpeechWordInfo.Builder clear()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
SpeechWordInfo.Builder

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public SpeechWordInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
SpeechWordInfo.Builder

clearWord()

public SpeechWordInfo.Builder clearWord()

The word this info is for.

string word = 3;

Returns
TypeDescription
SpeechWordInfo.Builder

This builder for chaining.

clone()

public SpeechWordInfo.Builder clone()
Returns
TypeDescription
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
TypeDescription
float

The confidence.

getDefaultInstanceForType()

public SpeechWordInfo getDefaultInstanceForType()
Returns
TypeDescription
SpeechWordInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
DurationOrBuilder

getWord()

public String getWord()

The word this info is for.

string word = 3;

Returns
TypeDescription
String

The word.

getWordBytes()

public ByteString getWordBytes()

The word this info is for.

string word = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the startOffset field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueDuration
Returns
TypeDescription
SpeechWordInfo.Builder

mergeFrom(SpeechWordInfo other)

public SpeechWordInfo.Builder mergeFrom(SpeechWordInfo other)
Parameter
NameDescription
otherSpeechWordInfo
Returns
TypeDescription
SpeechWordInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public SpeechWordInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueDuration
Returns
TypeDescription
SpeechWordInfo.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SpeechWordInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valuefloat

The confidence to set.

Returns
TypeDescription
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
NameDescription
valueDuration
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
SpeechWordInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public SpeechWordInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueDuration
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
SpeechWordInfo.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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

setWord(String value)

public SpeechWordInfo.Builder setWord(String value)

The word this info is for.

string word = 3;

Parameter
NameDescription
valueString

The word to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for word to set.

Returns
TypeDescription
SpeechWordInfo.Builder

This builder for chaining.