We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fe4bd commit a3c23ecCopy full SHA for a3c23ec
1 file changed
language/api/analyze.py
@@ -88,6 +88,7 @@ def analyze_syntax(text, encoding='UTF32'):
88
'type': 'PLAIN_TEXT',
89
'content': text,
90
},
91
+ 'encoding_type': encoding
92
}
93
94
service = get_service()
0 commit comments