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:



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

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

Instance Attribute Details

#labelsArray[ClassificationLabel] (readonly)

Returns the value of attribute labels.

Returns:



780
781
782
# File 'sig/types.rbs', line 780

def labels
  @labels
end

#page_numberInteger (readonly)

Returns the value of attribute page_number.

Returns:

  • (Integer)


779
780
781
# File 'sig/types.rbs', line 779

def page_number
  @page_number
end