setautoInterpretations method
Sets the automatic interpretations.
autoInterpretations
is the new automatic interpretations to be set.
Implementation
void setautoInterpretations(Map<String, String> autoInterpretations) {
this.autoInterpretations = autoInterpretations;
}