ColumnInferenceResults.TextLoaderOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.