Show / Hide Table of Contents

Class DatasetFormatDetails

It specifies how to process the data. Supported formats include DOCUMENT, IMAGE, and TEXT.

Inheritance
object
DatasetFormatDetails
DocumentDatasetFormatDetails
ImageDatasetFormatDetails
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
[JsonConverter(typeof(DatasetFormatDetailsModelConverter))]
public class DatasetFormatDetails
In this article
Back to top