- 4.89.0 (latest)
- 4.88.0
- 4.87.0
- 4.86.0
- 4.84.0
- 4.82.0
- 4.81.0
- 4.80.0
- 4.79.0
- 4.78.0
- 4.76.0
- 4.74.0
- 4.73.0
- 4.70.0
- 4.69.0
- 4.68.0
- 4.66.0
- 4.65.0
- 4.64.0
- 4.63.0
- 4.62.0
- 4.61.0
- 4.60.0
- 4.59.0
- 4.58.0
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class SpeechWordInfo.Builder extends GeneratedMessage.Builder<SpeechWordInfo.Builder> implements SpeechWordInfoOrBuilderInformation for a word recognized by the speech recognizer.
Protobuf type google.cloud.dialogflow.v2.SpeechWordInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SpeechWordInfo.BuilderImplements
SpeechWordInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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 |
|
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. |
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 |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SpeechWordInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SpeechWordInfo.Builder |
|
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 |
|
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 |
floatThe 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 |
|
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 |
|
setWord(String value)
public SpeechWordInfo.Builder setWord(String value)The word this info is for.
string word = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 |
ByteStringThe bytes for word to set. |
| Returns | |
|---|---|
| Type | Description |
SpeechWordInfo.Builder |
This builder for chaining. |