Show / Hide Table of Contents

Class ImageTextDetectionFeature

The text detection parameters.

Inheritance
object
ImageFeature
ImageTextDetectionFeature
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class ImageTextDetectionFeature : ImageFeature

Properties

Language

Declaration
[JsonProperty(PropertyName = "language")]
[JsonConverter(typeof(ResponseEnumConverter))]
public DocumentLanguage? Language { get; set; }
Property Value
Type Description
DocumentLanguage?

The language of the document image, abbreviated according to ISO 639-2.

In this article
Back to top