GoogleCloudAiplatformV1CorroborateContentResponse class
Response message for CorroborateContent.
Constructors
-
GoogleCloudAiplatformV1CorroborateContentResponse.new({List<
GoogleCloudAiplatformV1Claim> ? claims, double? corroborationScore}) - GoogleCloudAiplatformV1CorroborateContentResponse.fromJson(Map json_)
Properties
-
claims
↔ List<
GoogleCloudAiplatformV1Claim> ? -
Claims that are extracted from the input content and facts that support
the claims.
getter/setter pair
- corroborationScore ↔ double?
-
Confidence score of corroborating content.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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