Class TargetLanguage.File.FileStatistics
Inherited Members
Namespace: Crowdin.Api.Translations
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TargetLanguage.File.FileStatistics
Properties
| Edit this page View SourcePhrases
Declaration
[JsonProperty("phrases")]
public int Phrases { get; set; }
Property Value
Type | Description |
---|---|
int |
Words
Declaration
[JsonProperty("words")]
public int Words { get; set; }
Property Value
Type | Description |
---|---|
int |