public class Conversions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
Conversions() |
Modifier and Type | Method and Description |
---|---|
HtmlSettings |
getHtml()
Gets the html.
|
java.util.List<NormalizationOperation> |
getJsonNormalizations()
Gets the jsonNormalizations.
|
PdfSettings |
getPdf()
Gets the pdf.
|
SegmentSettings |
getSegment()
Gets the segment.
|
WordSettings |
getWord()
Gets the word.
|
java.lang.Boolean |
isImageTextRecognition()
Gets the imageTextRecognition.
|
void |
setHtml(HtmlSettings html)
Sets the html.
|
void |
setImageTextRecognition(java.lang.Boolean imageTextRecognition)
Sets the imageTextRecognition.
|
void |
setJsonNormalizations(java.util.List<NormalizationOperation> jsonNormalizations)
Sets the jsonNormalizations.
|
void |
setPdf(PdfSettings pdf)
Sets the pdf.
|
void |
setSegment(SegmentSettings segment)
Sets the segment.
|
void |
setWord(WordSettings word)
Sets the word.
|
public PdfSettings getPdf()
public WordSettings getWord()
public HtmlSettings getHtml()
public SegmentSettings getSegment()
public java.util.List<NormalizationOperation> getJsonNormalizations()
public java.lang.Boolean isImageTextRecognition()
public void setPdf(PdfSettings pdf)
pdf
- the new pdfpublic void setWord(WordSettings word)
word
- the new wordpublic void setHtml(HtmlSettings html)
html
- the new htmlpublic void setSegment(SegmentSettings segment)
segment
- the new segmentpublic void setJsonNormalizations(java.util.List<NormalizationOperation> jsonNormalizations)
jsonNormalizations
- the new jsonNormalizationspublic void setImageTextRecognition(java.lang.Boolean imageTextRecognition)
imageTextRecognition
- the new imageTextRecognition