Show / Hide Table of Contents

Class DocumentLanguageClassificationFeature

Detecting the language of the document.

Inheritance
object
DocumentFeature
DocumentLanguageClassificationFeature
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 DocumentLanguageClassificationFeature : DocumentFeature

Properties

MaxResults

Declaration
[JsonProperty(PropertyName = "maxResults")]
public int? MaxResults { get; set; }
Property Value
Type Description
int?

The maximum number of results to return.

In this article
Back to top