Show / Hide Table of Contents

Class TextClassificationModelDetails

Possible TextClassificationModelDetails

Inheritance
object
ModelDetails
TextClassificationModelDetails
Inherited Members
ModelDetails.LanguageCode
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class TextClassificationModelDetails : ModelDetails

Properties

ClassificationMode

Declaration
[JsonProperty(PropertyName = "classificationMode")]
public ClassificationType ClassificationMode { get; set; }
Property Value
Type Description
ClassificationType
In this article
Back to top