Share via


DocumentFilter interface

Document filter

Properties

prefix

A case-sensitive prefix string to filter documents in the source path for translation. For example, when using a Azure storage blob Uri, use the prefix to restrict sub folders for translation.

suffix

A case-sensitive suffix string to filter documents in the source path for translation. This is most often use for file extensions

Property Details

prefix

A case-sensitive prefix string to filter documents in the source path for translation. For example, when using a Azure storage blob Uri, use the prefix to restrict sub folders for translation.

prefix?: string

Property Value

string

suffix

A case-sensitive suffix string to filter documents in the source path for translation. This is most often use for file extensions

suffix?: string

Property Value

string