AsyncAnnotateFileRequest

An offline file annotation request.

JSON representation
{
  "inputConfig": {
    object (InputConfig)
  },
  "features": [
    {
      object (Feature)
    }
  ],
  "imageContext": {
    object (ImageContext)
  },
  "outputConfig": {
    object (OutputConfig)
  }
}
Fields
inputConfig

object (InputConfig)

Required. Information about the input file.

features[]

object (Feature)

Required. Requested features.

imageContext

object (ImageContext)

Additional context that may accompany the image(s) in the file.

outputConfig

object (OutputConfig)

Required. The desired output location and metadata (e.g. format).