Interface Answer.Reference.UnstructuredDocumentInfo.ChunkContentOrBuilder (0.90.0)

public static interface Answer.Reference.UnstructuredDocumentInfo.ChunkContentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlobAttachmentIndexes(int index)

public abstract long getBlobAttachmentIndexes(int index)

Output only. Stores indexes of blobattachments linked to this chunk.

repeated int64 blob_attachment_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The blobAttachmentIndexes at the given index.

getBlobAttachmentIndexesCount()

public abstract int getBlobAttachmentIndexesCount()

Output only. Stores indexes of blobattachments linked to this chunk.

repeated int64 blob_attachment_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of blobAttachmentIndexes.

getBlobAttachmentIndexesList()

public abstract List<Long> getBlobAttachmentIndexesList()

Output only. Stores indexes of blobattachments linked to this chunk.

repeated int64 blob_attachment_indexes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Long>

A list containing the blobAttachmentIndexes.

getContent()

public abstract String getContent()

Chunk textual content.

string content = 1;

Returns
Type Description
String

The content.

getContentBytes()

public abstract ByteString getContentBytes()

Chunk textual content.

string content = 1;

Returns
Type Description
ByteString

The bytes for content.

getPageIdentifier()

public abstract String getPageIdentifier()

Page identifier.

string page_identifier = 2;

Returns
Type Description
String

The pageIdentifier.

getPageIdentifierBytes()

public abstract ByteString getPageIdentifierBytes()

Page identifier.

string page_identifier = 2;

Returns
Type Description
ByteString

The bytes for pageIdentifier.

getRelevanceScore()

public abstract float getRelevanceScore()

The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant). This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.

optional float relevance_score = 3;

Returns
Type Description
float

The relevanceScore.

hasRelevanceScore()

public abstract boolean hasRelevanceScore()

The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant). This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.

optional float relevance_score = 3;

Returns
Type Description
boolean

Whether the relevanceScore field is set.