LabelingJobProperties.LabelingJobMediaProperties Property

Definition

Media type specific properties in the job. Please note LabelingJobMediaProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include LabelingJobImageProperties and LabelingJobTextProperties.

public Azure.ResourceManager.MachineLearning.Models.LabelingJobMediaProperties LabelingJobMediaProperties { get; set; }
member this.LabelingJobMediaProperties : Azure.ResourceManager.MachineLearning.Models.LabelingJobMediaProperties with get, set
Public Property LabelingJobMediaProperties As LabelingJobMediaProperties

Property Value

Applies to