com.google.mlkit.genai.prompt

Annotations

Candidate.FinishReason

The reason why this Candidate is returned.

Interfaces

GenerativeModel

Provides an interface for performing content generation.

Classes

Candidate

A piece of a response from the model.

CountTokensResponse

Data class holding token count information.

GenerateContentRequest

A request to generate content.

GenerateContentRequest.Builder
GenerateContentRequestKt
GenerateContentResponse

Represents a response from the model.

GenerationConfig

Configuration parameters to use for content generation.

GenerationConfig.Builder
GenerationConfigKt
ImagePart

A data class representing an image part of a prompt.

Part

A sealed class representing a part of a multimodal prompt.

PromptPrefix

A data class representing a prompt prefix.

TextPart

A data class representing a text part of a prompt.

GenerateContentRequest.Companion
Generation

Entry class to get a GenerativeModel client.

GenerationConfig.Companion