TextNormalizingEstimator.CaseMode Enum
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.
Case normalization mode of text. This enumeration is serialized.
public enum TextNormalizingEstimator.CaseMode
type TextNormalizingEstimator.CaseMode =
Public Enum TextNormalizingEstimator.CaseMode
- Inheritance
-
TextNormalizingEstimator.CaseMode
Fields
Name | Value | Description |
---|---|---|
Lower | 0 | Make the output characters lowercased. |
Upper | 1 | Make the output characters uppercased. |
None | 2 | Do not change the case of output characters. |