TextResponse
Text content of a page
type TextResponse {
text: String
time: Float
}
Fields
TextResponse.text
● String
scalar
The textual content of the page
TextResponse.time
● Float
scalar
The amount of time, in milliseconds, elapsed since the start of text retrieval to completion
Returned By
text
mutation