Gets the automatic interpretations.
Returns the automatic interpretations as a Map.
Map<String, String>? getautoInterpretations() { return autoInterpretations as Map<String, String>?; }