public interface ClaimOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex()
Index in the input text where the claim ends (exclusive).
|
int |
getFactIndexes(int index)
Indexes of the facts supporting this claim.
|
int |
getFactIndexesCount()
Indexes of the facts supporting this claim.
|
List<Integer> |
getFactIndexesList()
Indexes of the facts supporting this claim.
|
float |
getScore()
Confidence score of this corroboration.
|
int |
getStartIndex()
Index in the input text where the claim starts (inclusive).
|
boolean |
hasEndIndex()
Index in the input text where the claim ends (exclusive).
|
boolean |
hasScore()
Confidence score of this corroboration.
|
boolean |
hasStartIndex()
Index in the input text where the claim starts (inclusive).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartIndex()
Index in the input text where the claim starts (inclusive).
optional int32 start_index = 1;int getStartIndex()
Index in the input text where the claim starts (inclusive).
optional int32 start_index = 1;boolean hasEndIndex()
Index in the input text where the claim ends (exclusive).
optional int32 end_index = 2;int getEndIndex()
Index in the input text where the claim ends (exclusive).
optional int32 end_index = 2;List<Integer> getFactIndexesList()
Indexes of the facts supporting this claim.
repeated int32 fact_indexes = 3;int getFactIndexesCount()
Indexes of the facts supporting this claim.
repeated int32 fact_indexes = 3;int getFactIndexes(int index)
Indexes of the facts supporting this claim.
repeated int32 fact_indexes = 3;index - The index of the element to return.boolean hasScore()
Confidence score of this corroboration.
optional float score = 4;float getScore()
Confidence score of this corroboration.
optional float score = 4;Copyright © 2025 Google LLC. All rights reserved.