AiSummary

public abstract class AiSummary implements Parcelable

Known direct subclasses
EvChargeAmenitySummary

The summary of amenities near the EV charging station.

GenerativeSummary

Represents the AI-generated summary of the place.

NeighborhoodSummary

Represents a summary of a neighborhood.

ReviewSummary

Represents the AI-generated summary of the place using user reviews.


A summary of a place generated by AI.

Summary

Public constructors

Public methods

abstract @Nullable String

Returns the AI disclosure message "Summarized with Gemini".

abstract @Nullable String

Returns the disclosure text's language code, if available.

abstract @Nullable Uri

Returns the URI to flag a problem with the summary.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

AiSummary

public AiSummary()

Public methods

getDisclosureText

public abstract @Nullable String getDisclosureText()

Returns the AI disclosure message "Summarized with Gemini".

getDisclosureTextLanguageCode

public abstract @Nullable String getDisclosureTextLanguageCode()

Returns the disclosure text's language code, if available.

getFlagContentUri

public abstract @Nullable Uri getFlagContentUri()

Returns the URI to flag a problem with the summary.