Méthode | Description | |
---|---|---|
GetTaggedSegment ( string _returnedText ) : Segment |
Returns a tagged segments from a target string containing markup, where the target string represents the translation of the class instance's source segment
|
|
MtTranslationProviderTagPlacer ( Segment _sourceSegment ) : System | ||
RemoveTrailingClosingTags ( Segment segment ) : Segment |
Microsoft always adds closing tags, but we don't keep track of our tags that way..so the segments always have garbage text at the end with the closing tag markup...this method removes them
|
Méthode | Description | |
---|---|---|
DecodeReturnedText ( string strInput ) : string | ||
GetSourceTagsDict ( ) : MtTag>.Dictionary |
||
GetTargetElements ( ) : string[] |
puts returned string into an array of elements
|
public GetTaggedSegment ( string _returnedText ) : Segment | ||
_returnedText | string | |
Résultat | Segment |
public MtTranslationProviderTagPlacer ( Segment _sourceSegment ) : System | ||
_sourceSegment | Segment | |
Résultat | System |
public RemoveTrailingClosingTags ( Segment segment ) : Segment | ||
segment | Segment | |
Résultat | Segment |