- 4.58.0 (latest)
- 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 GeneratedMessageV3.Builder<SpeechWordInfo.Builder> implements SpeechWordInfoOrBuilder
Information for a word recognized by the speech recognizer.
Protobuf type google.cloud.dialogflow.v2.SpeechWordInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SpeechWordInfo.BuilderImplements
SpeechWordInfoOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SpeechWordInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SpeechWordInfo.Builder |
build()
public SpeechWordInfo build()
Type | Description |
SpeechWordInfo |
buildPartial()
public SpeechWordInfo buildPartial()
Type | Description |
SpeechWordInfo |
clear()
public SpeechWordInfo.Builder clear()
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;
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;
Type | Description |
SpeechWordInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public SpeechWordInfo.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SpeechWordInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SpeechWordInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
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;
Type | Description |
SpeechWordInfo.Builder |
clearWord()
public SpeechWordInfo.Builder clearWord()
The word this info is for.
string word = 3;
Type | Description |
SpeechWordInfo.Builder | This builder for chaining. |
clone()
public SpeechWordInfo.Builder clone()
Type | Description |
SpeechWordInfo.Builder |
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;
Type | Description |
float | The confidence. |
getDefaultInstanceForType()
public SpeechWordInfo getDefaultInstanceForType()
Type | Description |
SpeechWordInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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;
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;
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;
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;
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;
Type | Description |
DurationOrBuilder |
getWord()
public String getWord()
The word this info is for.
string word = 3;
Type | Description |
String | The word. |
getWordBytes()
public ByteString getWordBytes()
The word this info is for.
string word = 3;
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;
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;
Type | Description |
boolean | Whether the startOffset field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
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;
Name | Description |
value | Duration |
Type | Description |
SpeechWordInfo.Builder |
mergeFrom(SpeechWordInfo other)
public SpeechWordInfo.Builder mergeFrom(SpeechWordInfo other)
Name | Description |
other | SpeechWordInfo |
Type | Description |
SpeechWordInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SpeechWordInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SpeechWordInfo.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SpeechWordInfo.Builder mergeFrom(Message other)
Name | Description |
other | Message |
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;
Name | Description |
value | Duration |
Type | Description |
SpeechWordInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SpeechWordInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
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;
Name | Description |
value | float The confidence to set. |
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;
Name | Description |
value | Duration |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
SpeechWordInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SpeechWordInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SpeechWordInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SpeechWordInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
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;
Name | Description |
value | Duration |
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;
Name | Description |
builderForValue | Builder |
Type | Description |
SpeechWordInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SpeechWordInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SpeechWordInfo.Builder |
setWord(String value)
public SpeechWordInfo.Builder setWord(String value)
The word this info is for.
string word = 3;
Name | Description |
value | String The word to set. |
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;
Name | Description |
value | ByteString The bytes for word to set. |
Type | Description |
SpeechWordInfo.Builder | This builder for chaining. |