TTMSFNCCloudTranslationRequest Class
Holds the result of a single translate or detect operation, grouping the returned translations and detections together with general-purpose data slots.
API unit family: TMSFNCCloudTranslation
Inherits from: TCollectionItem
Syntax
TTMSFNCCloudTranslationRequest = class(TCollectionItem)
Properties
| Name | Description |
|---|---|
| DataBoolean | General-purpose Boolean slot for associating custom data with the request. |
| DataInteger | General-purpose integer slot for associating custom data with the request. |
| DataObject | General-purpose object slot for associating custom data with the request. |
| DataPointer | General-purpose pointer slot for associating custom data with the request. |
| DataString | General-purpose string slot for associating custom data with the request. |
| Detections | Detections returned for this request. |
| Translations | Translations returned for this request. |