Class: ICU::CharDet::Detector::Match
- Inherits:
-
Struct
- Object
- Struct
- ICU::CharDet::Detector::Match
- Defined in:
- lib/ffi-icu/chardet.rb
Instance Attribute Summary collapse
-
#confidence ⇒ Object
Returns the value of attribute confidence.
-
#language ⇒ Object
Returns the value of attribute language.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#confidence ⇒ Object
Returns the value of attribute confidence
9 10 11 |
# File 'lib/ffi-icu/chardet.rb', line 9 def confidence @confidence end |
#language ⇒ Object
Returns the value of attribute language
9 10 11 |
# File 'lib/ffi-icu/chardet.rb', line 9 def language @language end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/ffi-icu/chardet.rb', line 9 def name @name end |