Package ai.extend.types
Interface CitationPage.NumberStage
-
- All Known Implementing Classes:
CitationPage.Builder
- Enclosing class:
- CitationPage
public static interface CitationPage.NumberStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CitationPage.Builderfrom(CitationPage other)CitationPage._FinalStagenumber(double number)Page number where the citation was found.
-
-
-
Method Detail
-
number
CitationPage._FinalStage number(double number)
Page number where the citation was found. Starts at 1.
-
from
CitationPage.Builder from(CitationPage other)
-
-