Watson Developer Cloud .NET Standard SDK  3.5.0
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.Discovery.v1.Model.Conversions Class Reference

Document conversion settings. More...

Properties

PdfSettings Pdf [get, set]
 A list of PDF conversion settings. More...
 
WordSettings Word [get, set]
 A list of Word conversion settings. More...
 
HtmlSettings Html [get, set]
 A list of HTML conversion settings. More...
 
SegmentSettings Segment [get, set]
 A list of Document Segmentation settings. More...
 
List< NormalizationOperationJsonNormalizations [get, set]
 Defines operations that can be used to transform the final output JSON into a normalized form. Operations are executed in the order that they appear in the array. More...
 
bool ImageTextRecognition [get, set]
 When true, automatic text extraction from images (this includes images embedded in supported document formats, for example PDF, and suppported image formats, for example TIFF) is performed on documents uploaded to the collection. This field is supported on Advanced and higher plans only. Lite plans do not support image text recognition. More...
 

Detailed Description

Document conversion settings.

Property Documentation

◆ Html

HtmlSettings IBM.Watson.Discovery.v1.Model.Conversions.Html
getset

A list of HTML conversion settings.

◆ ImageTextRecognition

bool IBM.Watson.Discovery.v1.Model.Conversions.ImageTextRecognition
getset

When true, automatic text extraction from images (this includes images embedded in supported document formats, for example PDF, and suppported image formats, for example TIFF) is performed on documents uploaded to the collection. This field is supported on Advanced and higher plans only. Lite plans do not support image text recognition.

◆ JsonNormalizations

List<NormalizationOperation> IBM.Watson.Discovery.v1.Model.Conversions.JsonNormalizations
getset

Defines operations that can be used to transform the final output JSON into a normalized form. Operations are executed in the order that they appear in the array.

◆ Pdf

PdfSettings IBM.Watson.Discovery.v1.Model.Conversions.Pdf
getset

A list of PDF conversion settings.

◆ Segment

SegmentSettings IBM.Watson.Discovery.v1.Model.Conversions.Segment
getset

A list of Document Segmentation settings.

◆ Word

WordSettings IBM.Watson.Discovery.v1.Model.Conversions.Word
getset

A list of Word conversion settings.


The documentation for this class was generated from the following file: