referenceSentencePairLists property

List<ReferenceSentencePairList>? referenceSentencePairLists
getter/setter pair

Reference sentences pair lists.

Each list will be used as the references to translate the sentence under "content" field at the corresponding index. Length of the list is required to be equal to the length of "content" field.

Implementation

core.List<ReferenceSentencePairList>? referenceSentencePairLists;