共用方式為


IndexingParametersConfiguration.AllowSkillsetToReadFileData Property

Definition

If true, will create a path //document//file_data that is an object representing the original file data downloaded from your blob data source. This allows you to pass the original file data to a custom skill for processing within the enrichment pipeline, or to the Document Extraction skill.

public bool? AllowSkillsetToReadFileData { get; set; }
member this.AllowSkillsetToReadFileData : Nullable<bool> with get, set
Public Property AllowSkillsetToReadFileData As Nullable(Of Boolean)

Property Value

Applies to