Systran.MultimodalClientLib.Model.SpeechTranscribeResponse.ToJson C# (CSharp) Метод

ToJson() публичный Метод

Get the JSON string presentation of the object
public ToJson ( ) : string
Результат string
        public string ToJson()
        {
            return JsonConvert.SerializeObject(this, Formatting.Indented);
        }
SpeechTranscribeResponse