SemanticFieldState type

The way the field was used for the semantic enrichment process.
KnownSemanticFieldState can be used interchangeably with SemanticFieldState, this enum contains the known values that the service supports.

Known values supported by the service

used: The field was fully used for semantic enrichment.
unused: The field was not used for semantic enrichment.
partial: The field was partially used for semantic enrichment.

type SemanticFieldState = string