> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SourceFile

> A source file used as input to the document — name and parameters.

`SourceFile` represents a single file used as input to the document being processed. Use it to access the file's name and any associated parameters.

## Properties

| Name           | Type                                                                                                     | Access level | Description                                                                                                                                                 |
| :------------- | :------------------------------------------------------------------------------------------------------- | :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**       | string                                                                                                   | Read-only    | The name of the source file.                                                                                                                                |
| **Parameters** | Record\<string, [Parameter](/vantage/documentation/skill-designer/document/rule-verification/parameter)> | Read-only    | A dictionary mapping source file parameter names to their [`Parameter`](/vantage/documentation/skill-designer/document/rule-verification/parameter) values. |

## Related topics

* [Document](/vantage/documentation/skill-designer/document/rule-verification/document)
* [Parameter](/vantage/documentation/skill-designer/document/rule-verification/parameter)
* [Object model](/vantage/documentation/skill-designer/document/rule-verification/object-model)
