Class: Xberg::OcrBackendCapabilities
- Inherits:
-
Object
- Object
- Xberg::OcrBackendCapabilities
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#name ⇒ String
readonly
Returns the value of attribute name.
-
#supported_languages ⇒ Array[String]
readonly
Returns the value of attribute supported_languages.
Instance Method Summary collapse
-
#initialize ⇒ OcrBackendCapabilities
constructor
A new instance of OcrBackendCapabilities.
Constructor Details
#initialize ⇒ OcrBackendCapabilities
Returns a new instance of OcrBackendCapabilities.
1662 |
# File 'sig/types.rbs', line 1662 def initialize: (name: String, supported_languages: Array[String]) -> void |
Instance Attribute Details
#name ⇒ String (readonly)
Returns the value of attribute name.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def name @name end |
#supported_languages ⇒ Array[String] (readonly)
Returns the value of attribute supported_languages.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def supported_languages @supported_languages end |