Class PdfHeadingDetection
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.PdfHeadingDetection
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PdfHeadingDetection
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object containing heading detection conversion settings for PDF documents.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PdfHeadingDetection.Builder
Builder. -
Method Summary
Modifier and Type Method Description List<FontSetting>
fonts()
Gets the fonts.PdfHeadingDetection.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a PdfHeadingDetection builder
-
fonts
Gets the fonts.Array of font matching configurations.
- Returns:
- the fonts
-