Search result contains asset name and corresponding time ranges.
JSON representation |
---|
{ "asset" : string , "segments" : [ { object ( |
Fields | |
---|---|
asset
|
The resource name of the asset. Form: 'projects/{project_number}/locations/{locationId}/corpora/{corpus_id}/assets/{assetId}' |
segments[]
|
The matched asset segments. Deprecated: please use singular |
segment
|
The matched asset segment. |
relevance
|
Relevance of this |
requestedAnnotations[]
|
Search result annotations specified by resultAnnotationKeys in search request. |
annotationMatchingResults[]
|
Criteria or facet-selection based annotation matching results associated to this search result item. Only contains results for criteria or facetSelections with fetchMatchedAnnotations=true. |
AnnotationMatchingResult
Stores the criteria-annotation matching results for each search result item.
JSON representation |
---|
{ "criteria" : { object ( |
Fields | |
---|---|
criteria
|
The criteria used for matching. It can be an input search criteria or a criteria converted from a facet selection. |
matchedAnnotations[]
|
Matched annotations for the criteria. |
status
|
Status of the match result. Possible values: FAILED_PRECONDITION - the criteria is not eligible for match. OK - matching is performed. |