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