Enum PretranslateStateToConfirmAndLock
Represents the state of segments that should be conformed and locked after pre-translation.
Syntax
public enum PretranslateStateToConfirmAndLock
Fields
| Name | Description |
|---|---|
| ExactMatch | Segments for which the pre-translate found an exact match is locked and confirmed after pre-translation. |
| ExactMatchWithContext | Segments for which the pre-translate found an exact match with context is locked and confirmed after pre-translation. |
| IceSpiceMatch | Segments for which the pre-translate found an exact match with IceSpice context is locked and confirmed after pre-translation. |
| None | No segment is locked and confirmed after pre-translation. |