Gets the current status of the Semantics feature.
This method reports any errors or warnings that have occurred within the semantics system.
Check this periodically to monitor the health of semantic processing operations.
- Returns: Feature status flags indicating current state and any issues
## Example
swift <br />let status = semanticsSession.getFeatureStatus() <br />if status.contains(.failed) { <br /> print("Semantics has encountered an error") <br />} <br />
Gets the current status of the Semantics feature.
This method reports any errors or warnings that have occurred within the semantics system.
Check this periodically to monitor the health of semantic processing operations.
- Returns: Feature status flags indicating current state and any issues
## Example
swift <br />let status = semanticsSession.getFeatureStatus() <br />if status.contains(.failed) { <br /> print("Semantics has encountered an error") <br />} <br />