Class: ICU::CharDet::Detector::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/ffi-icu/chardet.rb

Instance Attribute Summary collapse

Instance Attribute Details

#confidenceObject

Returns the value of attribute confidence

Returns:

  • (Object)

    the current value of confidence



9
10
11
# File 'lib/ffi-icu/chardet.rb', line 9

def confidence
  @confidence
end

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



9
10
11
# File 'lib/ffi-icu/chardet.rb', line 9

def language
  @language
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/ffi-icu/chardet.rb', line 9

def name
  @name
end