Class SpeechWordInfo (4.47.0)

public final class SpeechWordInfo extends GeneratedMessageV3 implements SpeechWordInfoOrBuilder

Information for a word recognized by the speech recognizer.

Protobuf type google.cloud.dialogflow.v2.SpeechWordInfo

Static Fields

CONFIDENCE_FIELD_NUMBER

public static final int CONFIDENCE_FIELD_NUMBER
Field Value
TypeDescription
int

END_OFFSET_FIELD_NUMBER

public static final int END_OFFSET_FIELD_NUMBER
Field Value
TypeDescription
int

START_OFFSET_FIELD_NUMBER

public static final int START_OFFSET_FIELD_NUMBER
Field Value
TypeDescription
int

WORD_FIELD_NUMBER

public static final int WORD_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SpeechWordInfo getDefaultInstance()
Returns
TypeDescription
SpeechWordInfo

getDescriptor()

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

newBuilder()

public static SpeechWordInfo.Builder newBuilder()
Returns
TypeDescription
SpeechWordInfo.Builder

newBuilder(SpeechWordInfo prototype)

public static SpeechWordInfo.Builder newBuilder(SpeechWordInfo prototype)
Parameter
NameDescription
prototypeSpeechWordInfo
Returns
TypeDescription
SpeechWordInfo.Builder

parseDelimitedFrom(InputStream input)

public static SpeechWordInfo parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SpeechWordInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SpeechWordInfo parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SpeechWordInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SpeechWordInfo parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SpeechWordInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SpeechWordInfo parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SpeechWordInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SpeechWordInfo parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SpeechWordInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SpeechWordInfo parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SpeechWordInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SpeechWordInfo
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SpeechWordInfo> parser()
Returns
TypeDescription
Parser<SpeechWordInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
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

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.

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

getParserForType()

public Parser<SpeechWordInfo> getParserForType()
Returns
TypeDescription
Parser<SpeechWordInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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.

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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SpeechWordInfo.Builder newBuilderForType()
Returns
TypeDescription
SpeechWordInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SpeechWordInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SpeechWordInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SpeechWordInfo.Builder toBuilder()
Returns
TypeDescription
SpeechWordInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException