Uses of Class
com.acumenvelocity.ath.model.DocumentSegment
-
Packages that use DocumentSegment Package Description com.acumenvelocity.ath.model -
-
Uses of DocumentSegment in com.acumenvelocity.ath.model
Methods in com.acumenvelocity.ath.model that return DocumentSegment Modifier and Type Method Description DocumentSegmentDocumentSegment. createdAt(Date createdAt)Creation timestamp.DocumentSegmentDocumentSegment. createdBy(UUID createdBy)UUID of the user who created the segment.DocumentSegmentDocumentSegment. docFileName(String docFileName)Name of the document.DocumentSegmentDocumentSegment. docId(UUID docId)UUID of the document.DocumentSegmentDocumentSegment. docSegId(UUID docSegId)UUID of the document segment.DocumentSegmentDocumentSegmentWrapper. getDocumentSegment()DocumentSegmentGetDocumentSegment200Response. getDocumentSegment()DocumentSegmentDocumentSegment. id(String id)Unique id of the document segment.DocumentSegmentDocumentSegment. mtConfidenceScore(Double mtConfidenceScore)The confidence score for the machine translation, ranging from 0 (no confidence) to 1 (full confidence).DocumentSegmentDocumentSegment. mtTargetIndex(Integer mtTargetIndex)Index in the `mt_targets` array or -1 (default).DocumentSegmentDocumentSegment. mtTargets(List<MtTargetInfo> mtTargets)Array of MtTargetInfo objects.DocumentSegmentDocumentSegment. origin(Origin origin)DocumentSegmentDocumentSegment. position(Long position)Index in the document (1-based).DocumentSegmentDocumentSegment. source(LayeredTextX source)DocumentSegmentDocumentSegment. srcLang(String srcLang)Source language ISO code.DocumentSegmentDocumentSegment. target(LayeredTextX target)DocumentSegmentDocumentSegment. tmMatchScore(Integer tmMatchScore)Translation memory match score percentage (0-101, where 100 means exact, 101 in-context exact match).DocumentSegmentDocumentSegment. trgLang(String trgLang)Target language ISO code.DocumentSegmentDocumentSegment. tuId(String tuId)Translation unit ID.DocumentSegmentDocumentSegment. updatedAt(Date updatedAt)Last update timestamp.DocumentSegmentDocumentSegment. updatedBy(UUID updatedBy)UUID of the user who last updated the segment.Methods in com.acumenvelocity.ath.model that return types with arguments of type DocumentSegment Modifier and Type Method Description List<DocumentSegment>DocumentSegmentsWrapper. getDocumentSegments()List<DocumentSegment>GetDocumentSegments200Response. getDocumentSegments()List<DocumentSegment>ModifiedSegmentsWrapper. getModSegments()Methods in com.acumenvelocity.ath.model with parameters of type DocumentSegment Modifier and Type Method Description DocumentSegmentWrapperDocumentSegmentWrapper. documentSegment(DocumentSegment documentSegment)GetDocumentSegment200ResponseGetDocumentSegment200Response. documentSegment(DocumentSegment documentSegment)voidDocumentSegmentWrapper. setDocumentSegment(DocumentSegment documentSegment)voidGetDocumentSegment200Response. setDocumentSegment(DocumentSegment documentSegment)Method parameters in com.acumenvelocity.ath.model with type arguments of type DocumentSegment Modifier and Type Method Description DocumentSegmentsWrapperDocumentSegmentsWrapper. documentSegments(List<DocumentSegment> documentSegments)Array of DocumentSegment objects.GetDocumentSegments200ResponseGetDocumentSegments200Response. documentSegments(List<DocumentSegment> documentSegments)Array of DocumentSegment objects.ModifiedSegmentsWrapperModifiedSegmentsWrapper. modSegments(List<DocumentSegment> modSegments)voidDocumentSegmentsWrapper. setDocumentSegments(List<DocumentSegment> documentSegments)voidGetDocumentSegments200Response. setDocumentSegments(List<DocumentSegment> documentSegments)voidModifiedSegmentsWrapper. setModSegments(List<DocumentSegment> modSegments)
-