Show / Hide Table of Contents

Class TextDatasetFormatDetails

It indicates the dataset is comprised of TXT files.

Inheritance
object
DatasetFormatDetails
TextDatasetFormatDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatalabelingService.Models
Assembly: OCI.DotNetSDK.Datalabelingservice.dll
Syntax
public class TextDatasetFormatDetails : DatasetFormatDetails

Properties

TextFileTypeMetadata

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