public static interface Answer.Step.Action.Observation.SearchResult.ChunkInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getChunk()
Chunk resource name.
|
com.google.protobuf.ByteString |
getChunkBytes()
Chunk resource name.
|
String |
getContent()
Chunk textual content.
|
com.google.protobuf.ByteString |
getContentBytes()
Chunk textual content.
|
float |
getRelevanceScore()
Relevance score.
|
boolean |
hasRelevanceScore()
Relevance score.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getChunk()
Chunk resource name.
string chunk = 1;com.google.protobuf.ByteString getChunkBytes()
Chunk resource name.
string chunk = 1;String getContent()
Chunk textual content.
string content = 2;com.google.protobuf.ByteString getContentBytes()
Chunk textual content.
string content = 2;boolean hasRelevanceScore()
Relevance score.
optional float relevance_score = 3;float getRelevanceScore()
Relevance score.
optional float relevance_score = 3;Copyright © 2024 Google LLC. All rights reserved.