Uses of Class
com.ibm.watson.discovery.v1.model.FontSetting
Package | Description |
---|---|
com.ibm.watson.discovery.v1.model |
-
Uses of FontSetting in com.ibm.watson.discovery.v1.model
Methods in com.ibm.watson.discovery.v1.model that return FontSetting Modifier and Type Method Description FontSetting
FontSetting.Builder. build()
Builds a FontSetting.Methods in com.ibm.watson.discovery.v1.model that return types with arguments of type FontSetting Modifier and Type Method Description List<FontSetting>
PdfHeadingDetection. fonts()
Gets the fonts.List<FontSetting>
WordHeadingDetection. fonts()
Gets the fonts.Methods in com.ibm.watson.discovery.v1.model with parameters of type FontSetting Modifier and Type Method Description PdfHeadingDetection.Builder
PdfHeadingDetection.Builder. addFontSetting(FontSetting fontSetting)
Adds an fontSetting to fonts.WordHeadingDetection.Builder
WordHeadingDetection.Builder. addFontSetting(FontSetting fontSetting)
Adds an fontSetting to fonts.Method parameters in com.ibm.watson.discovery.v1.model with type arguments of type FontSetting Modifier and Type Method Description PdfHeadingDetection.Builder
PdfHeadingDetection.Builder. fonts(List<FontSetting> fonts)
Set the fonts.WordHeadingDetection.Builder
WordHeadingDetection.Builder. fonts(List<FontSetting> fonts)
Set the fonts.