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:



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

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

Instance Attribute Details

#labelsArray[ClassificationLabel] (readonly)

Returns the value of attribute labels.

Returns:



752
753
754
# File 'sig/types.rbs', line 752

def labels
  @labels
end

#page_numberInteger (readonly)

Returns the value of attribute page_number.

Returns:

  • (Integer)


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

def page_number
  @page_number
end