Class TranslateViaMtRequest
Inheritance
TranslateViaMtRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TranslateViaMtRequest
Properties
|
Edit this page
View Source
LanguageRecognitionProvider
Declaration
[JsonProperty("languageRecognitionProvider")]
public LanguageRecognitionProvider? LanguageRecognitionProvider { get; set; }
Property Value
|
Edit this page
View Source
SourceLanguageId
Declaration
[JsonProperty("sourceLanguageId")]
public string? SourceLanguageId { get; set; }
Property Value
|
Edit this page
View Source
Strings
Declaration
[JsonProperty("strings")]
public ICollection<string>? Strings { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageId
Declaration
[JsonProperty("targetLanguageId")]
public string TargetLanguageId { get; set; }
Property Value