EmbedContentRequest constructor

EmbedContentRequest(
  1. Content content, {
  2. TaskType? taskType,
  3. String? title,
  4. String? model,
  5. int? outputDimensionality,
})

Implementation

EmbedContentRequest(this.content,
    {this.taskType, this.title, this.model, this.outputDimensionality});