Class: Xberg::ExtractionConfidence

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeExtractionConfidence



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

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

Instance Attribute Details

#combinedFloat (readonly)

Returns the value of attribute combined.



922
923
924
# File 'sig/types.rbs', line 922

def combined
  @combined
end

#ocr_aggregateFloat? (readonly)

Returns the value of attribute ocr_aggregate.



920
921
922
# File 'sig/types.rbs', line 920

def ocr_aggregate
  @ocr_aggregate
end

#schema_complianceenum_SchemaCompliance (readonly)

Returns the value of attribute schema_compliance.



921
922
923
# File 'sig/types.rbs', line 921

def schema_compliance
  @schema_compliance
end

#text_coverageFloat (readonly)

Returns the value of attribute text_coverage.



919
920
921
# File 'sig/types.rbs', line 919

def text_coverage
  @text_coverage
end