ColumnInferenceResults.TextLoaderOptions Property

Definition

Inferred TextLoader.Options for the dataset.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)]
public Microsoft.ML.Data.TextLoader.Options TextLoaderOptions { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Include)>]
member this.TextLoaderOptions : Microsoft.ML.Data.TextLoader.Options
Public ReadOnly Property TextLoaderOptions As TextLoader.Options

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Can be used to instantiate a new TextLoader to load data into an IDataView.

Applies to