Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SpeechWordInfo.
Information for a word recognized by the speech recognizer.
Generated from protobuf message google.cloud.dialogflow.v2.SpeechWordInfo
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ word |
string
The word this info is for. |
↳ start_offset |
Google\Protobuf\Duration
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. |
↳ end_offset |
Google\Protobuf\Duration
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. |
↳ confidence |
float
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. |
getWord
The word this info is for.
Generated from protobuf field string word = 3;
Returns | |
---|---|
Type | Description |
string |
setWord
The word this info is for.
Generated from protobuf field string word = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
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.
Generated from protobuf field .google.protobuf.Duration start_offset = 1;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasStartOffset
clearStartOffset
setStartOffset
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.
Generated from protobuf field .google.protobuf.Duration start_offset = 1;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |
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.
Generated from protobuf field .google.protobuf.Duration end_offset = 2;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasEndOffset
clearEndOffset
setEndOffset
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.
Generated from protobuf field .google.protobuf.Duration end_offset = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |
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.
Generated from protobuf field float confidence = 4;
Returns | |
---|---|
Type | Description |
float |
setConfidence
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.
Generated from protobuf field float confidence = 4;
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |