Show / Hide Table of Contents

Class DocumentTextExtractionFeature

Text recognition

Inheritance
object
DocumentFeature
DocumentTextExtractionFeature
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class DocumentTextExtractionFeature : DocumentFeature

Properties

GenerateSearchablePdf

Declaration
[JsonProperty(PropertyName = "generateSearchablePdf")]
public bool? GenerateSearchablePdf { get; set; }
Property Value
Type Description
bool?

Whether or not to generate a searchable PDF file.

In this article
Back to top