Google translate API lib for DNX
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GoogleTranslateNET.Objects.LanguageDetection
|
||||
{
|
||||
public class LanguageDetectionData
|
||||
{
|
||||
public List<List<LanguageDetection>> Detections { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user