React Native Firebase
    Preparing search index...

    Interface GoogleAIGenerateContentResponseInternal

    interface GoogleAIGenerateContentResponse {
        candidates?: GoogleAIGenerateContentCandidate[];
        promptFeedback?: PromptFeedback;
        usageMetadata?: UsageMetadata;
    }
    Index

    Properties

    promptFeedback?: PromptFeedback
    usageMetadata?: UsageMetadata