Class ImportPreAnnotatedDataDetails
  Allows user to import dataset labels, records and annotations from dataset files
 
  
  
    Inheritance
    
    ImportPreAnnotatedDataDetails
   
  
  
  Assembly: OCI.DotNetSDK.Datalabelingservice.dll
  Syntax
  
    public class ImportPreAnnotatedDataDetails
   
  Properties
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "importFormat")]
public ImportFormat ImportFormat { get; set; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    [JsonProperty(PropertyName = "importMetadataPath")]
public ImportMetadataPath ImportMetadataPath { get; set; }
   
  Property Value