GoogleCloudAiplatformV1GroundingChunkImage class
An Image chunk is a piece of evidence that comes from an image search
result.
It contains the URI of the image search result and the URI of the image. This is used to provide the user with a link to the source of the information.
Constructors
- GoogleCloudAiplatformV1GroundingChunkImage({String? domain, String? imageUri, String? sourceUri, String? title})
- GoogleCloudAiplatformV1GroundingChunkImage.fromJson(Map json_)
Properties
- domain ↔ String?
-
The domain of the image search result page.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUri ↔ String?
-
The URI of the image.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceUri ↔ String?
-
The URI of the image search result page.
getter/setter pair
- title ↔ String?
-
The title of the image search result page.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited