Indexing json document using Elastic.Clients.Elasticsearch SDK

Using Elastic.Clients.Elasticsearch dotnet SDK client.
Using the IndexAsync method, but I cannot figure out how I can index an already serialized document (I can pass in an object and have it serialized by the default serializer, but my document is already serialized)

How do I do this?