Class TmSegmentRecordForm
Inherited Members
Namespace: Crowdin.Api.TranslationMemory
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TmSegmentRecordForm
Properties
| Edit this page View SourceLanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
Type | Description |
---|---|
string |
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
string |