class Mappings::AsrDecodingDuration
- Mappings::AsrDecodingDuration
- Mappings::Mapping
- Reference
- Object
Overview
An ASR decoding duration.
- start [
Float32
] : The beginning of the decoding. - end [
Float32
] : The end of the decoding.
Defined in:
bindings/mappings.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #data : DataType
- #data=(data : DataType)
- #end_
- #start
- #to_unsafe
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?
.