React Native Firebase
    Preparing search index...

    Content part interface if the part represents an image.

    interface InlineDataPart {
        codeExecutionResult?: undefined;
        executableCode?: undefined;
        functionCall?: undefined;
        functionResponse?: undefined;
        inlineData: GenerativeContentBlob;
        text?: undefined;
        thought?: boolean;
        thoughtSignature?: undefined;
        videoMetadata?: VideoMetadata;
    }
    Index

    Properties

    codeExecutionResult?: undefined
    executableCode?: undefined
    functionCall?: undefined
    functionResponse?: undefined
    text?: undefined
    thought?: boolean
    thoughtSignature?: undefined
    videoMetadata?: VideoMetadata

    Applicable if inlineData is a video.