Class TranslateViaMtRequest
Inheritance
System.Object
TranslateViaMtRequest
Assembly: Crowdin.Api.dll
Syntax
public class TranslateViaMtRequest : object
Properties
|
Improve this Doc
View Source
LanguageRecognitionProvider
Declaration
public LanguageRecognitionProvider? LanguageRecognitionProvider { get; set; }
Property Value
|
Improve this Doc
View Source
SourceLanguageId
Declaration
public string? SourceLanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Strings
Declaration
public ICollection<string>? Strings { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|