vertexaiUpscale static method

TransformationData vertexaiUpscale({
  1. VertexaiType? type = VertexaiType.x2,
})

Vertex AI based transformations

  • type : VertexaiType (Default: x2)

Returns TransformationData.

Implementation

static TransformationData vertexaiUpscale(
    {VertexaiType? type = VertexaiType.x2}) {
  // Call the generated class method
  return VertexaiUpscale().upscale(type);
}