Conversion is an experimental, innovative, and rapidly changing new feature for App Engine. Unfortunately, being on the bleeding edge means that we may make backwards-incompatible changes to Conversion. We will inform the community when this feature is no longer experimental.
The following property classes are defined in the module google.appengine.api.conversion
:
Class Asset
represents a single asset in a search request.
An asset is a generic blob of data. A conversion request must contain at least one asset, typically the document contents. Additional assets are those needed for the conversion (such as images in HTML).
The constructor for class Asset
is defined as follows:
Asset(mime_type,, data, name = None)
Construct an instance of class Asset
.
Arguments
Result value
Asset
.Exceptions
An instance of class Asset
has the following properties:
The constructor for class ConversionOutput
is defined as follows:
ConversionOutput(conversion_output_proto)
Construct an instance of class ConversionOutput
.
Argument
Result value
ConversionOutput
.Exception
An instance of class ConversionOutput
has the following properties:
Asset
instances).