class Mappings::AsrToken
- Mappings::AsrToken
- Mappings::Mapping
- Reference
- Object
Overview
An ASR token.
- value [
String
] : The text value decoded in the token. - confidence [
Float32
] : The confidence score. - range_start [
Int32
] : The beginning of the range in the whole text. - range_end [
Int32
] : The end of the range in the whole text. - time [
AsrDecodingDuration
] : The time at which the token was spoken.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #confidence
- #data : DataType
- #data=(data : DataType)
- #range_end
- #range_start
- #time
- #to_unsafe
- #value
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.