TranslationMatch class

Data about a potential match for a translation.

Constructors

TranslationMatch(String id, String segment, String translation, String source, String target, String quality, String? reference, int usageCount, String subject, String createdBy, String lastUpdatedBy, String createDate, String lastUpdateDate, double match)
TranslationMatch.fromJson(Map<String, dynamic> json)
factory

Properties

createDate String
The date the translation was created.
final
createdBy String
The user which contributed the translation.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The id of the translation.
final
lastUpdateDate String
The date the translation was last updated.
final
lastUpdatedBy String
The user which updated the translation last.
final
match double
The accuracy of the match between 0 and 1.
final
quality String
The quality value out of 100 of the translation.
final
reference String?
The reference of the translation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segment String
The source text.
final
source String
The source language.
final
subject String
The subject of the translation.
final
target String
The target language.
final
translation String
The translated text.
final
usageCount int
How many times the translation has been used.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited