Class: Xberg::PageClassification

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePageClassification

Returns a new instance of PageClassification.

Parameters:



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

def initialize: (page_number: Integer, labels: Array[ClassificationLabel]) -> void

Instance Attribute Details

#labelsArray[ClassificationLabel] (readonly)

Returns the value of attribute labels.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def labels
  @labels
end

#page_numberInteger (readonly)

Returns the value of attribute page_number.

Returns:

  • (Integer)


748
749
750
# File 'sig/types.rbs', line 748

def page_number
  @page_number
end