toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (byteStreamOutputs != null) 'byteStreamOutputs': byteStreamOutputs!,
if (detectedLanguageCode != null)
'detectedLanguageCode': detectedLanguageCode!,
if (mimeType != null) 'mimeType': mimeType!,
};