Class: Xberg::ExtractionConfidence

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExtractionConfidence

Returns a new instance of ExtractionConfidence.

Parameters:

  • text_coverage: (Float)
  • ocr_aggregate: (Float)
  • schema_compliance: (SchemaCompliance)
  • combined: (Float)


1844
# File 'sig/types.rbs', line 1844

def initialize: (text_coverage: Float, ?ocr_aggregate: Float, schema_compliance: SchemaCompliance, combined: Float) -> void

Instance Attribute Details

#combinedFloat (readonly)

Returns the value of attribute combined.

Returns:

  • (Float)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def combined
  @combined
end

#ocr_aggregateFloat (readonly)

Returns the value of attribute ocr_aggregate.

Returns:

  • (Float)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def ocr_aggregate
  @ocr_aggregate
end

#schema_complianceSchemaCompliance (readonly)

Returns the value of attribute schema_compliance.

Returns:



1841
1842
1843
# File 'sig/types.rbs', line 1841

def schema_compliance
  @schema_compliance
end

#text_coverageFloat (readonly)

Returns the value of attribute text_coverage.

Returns:

  • (Float)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def text_coverage
  @text_coverage
end