Properties of a WordInfo.
Package
@google-cloud/speech!Properties
confidence
confidence
?:
(
number
|
null
);
WordInfo confidence
Type | Description |
---|---|
(number|null) |
endTime
endTime
?:
(
google
.
protobuf
.
IDuration
|
null
);
WordInfo endTime
Type | Description |
---|---|
( google.protobuf.IDuration |null) |
speakerTag
speakerTag
?:
(
number
|
null
);
WordInfo speakerTag
Type | Description |
---|---|
(number|null) |
startTime
startTime
?:
(
google
.
protobuf
.
IDuration
|
null
);
WordInfo startTime
Type | Description |
---|---|
( google.protobuf.IDuration |null) |
word
word
?:
(
string
|
null
);
WordInfo word
Type | Description |
---|---|
(string|null) |