Interface GroundingMetadataSourceFlaggingUri

A URI that can be used to flag a place or review for inappropriate content. This is populated only when the grounding source is Google Maps. This data type is not supported in Gemini API.

interface GroundingMetadataSourceFlaggingUri {
    flagContentUri?: string;
    sourceId?: string;
}

Properties

flagContentUri?: string

The URI that can be used to flag the content.

sourceId?: string

The ID of the place or review.