Class: Xberg::ExtractionConfidence
- Inherits:
-
Object
- Object
- Xberg::ExtractionConfidence
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#combined ⇒ Float
readonly
Returns the value of attribute combined.
-
#ocr_aggregate ⇒ Float
readonly
Returns the value of attribute ocr_aggregate.
-
#schema_compliance ⇒ SchemaCompliance
readonly
Returns the value of attribute schema_compliance.
-
#text_coverage ⇒ Float
readonly
Returns the value of attribute text_coverage.
Instance Method Summary collapse
-
#initialize ⇒ ExtractionConfidence
constructor
A new instance of ExtractionConfidence.
Constructor Details
#initialize ⇒ ExtractionConfidence
Returns a new instance of ExtractionConfidence.
1844 |
# File 'sig/types.rbs', line 1844
def initialize: (text_coverage: Float, ?ocr_aggregate: Float, schema_compliance: SchemaCompliance, combined: Float) -> void
|
Instance Attribute Details
#combined ⇒ Float (readonly)
Returns the value of attribute combined.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def combined @combined end |
#ocr_aggregate ⇒ Float (readonly)
Returns the value of attribute ocr_aggregate.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def ocr_aggregate @ocr_aggregate end |
#schema_compliance ⇒ SchemaCompliance (readonly)
Returns the value of attribute schema_compliance.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def schema_compliance @schema_compliance end |
#text_coverage ⇒ Float (readonly)
Returns the value of attribute text_coverage.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def text_coverage @text_coverage end |