public interface TextWithContext
Modifier and Type | Method and Description |
---|---|
List<FollowingText> |
getFollowingText()
Gets the following items in this context.
|
List<PrecedingText> |
getPrecedingText()
Gets the already processed items in this context.
|
List<ResolvableText> |
getTextToTranslate()
Gets the items to translate in this context.
|
List<PrecedingText> getPrecedingText()
List<FollowingText> getFollowingText()
List<ResolvableText> getTextToTranslate()