MetadataTaxonomyExtractedLocation
Object
Where the metadata was extracted in the job posting.
Fields
documentSectionType MetadataTaxonomyDocumentSectionType! Non-Null
Job posting section where the text was extracted.
begin Int! Non-Null
Start offset where the metadata was extracted.
end Int! Non-Null
End offset where the metadata was extracted.
Example
{"documentSectionType": "UNKNOWN", "begin": 123, "end": 123}