<PackageReference Include="Relativity.Import.Models.SDK" Version="1.2.1" />

Relativity.Import.V1.Builders.Documents.IWithFileEncoding

public interface IWithFileEncoding
Provides methods to set encoding for any field that ContainFilePaths.
IWithFileSize WithEncoding(string encoding)

Provided encoding is applied. Sets the encoding that will be applied for extracted text files. Encoding checks for each file is disabled. The ValidateEncoding property is set to false.

Auto detection encoding will be applied. The ValidateEncoding property is set to true. API will try to determine the encoding of the extracted text file.