DesPartSearchInferenceStrippedSpan
Represents a term stripped from the original query during inference.
type DesPartSearchInferenceStrippedSpan {
attributeShortnames: [String!]!
end: Int!
start: Int!
text: String!
}
Fields
DesPartSearchInferenceStrippedSpan.attributeShortnames ● [String!]! non-null scalar
Attribute short names corresponding to the stripped term.
DesPartSearchInferenceStrippedSpan.end ● Int! non-null scalar
The exclusive end character index of the stripped term.
DesPartSearchInferenceStrippedSpan.start ● Int! non-null scalar
The start character index of the stripped term.
DesPartSearchInferenceStrippedSpan.text ● String! non-null scalar
The stripped term text.