Content Classification
Searches for various topics from the Content Classification engine output. |
| content-classification | string | This field is used to find topics from the Content Classification engine output
term is used for exact matches, query_string would be for partial word matches | operator: "term" field: "content-classification.concept.class" value: "arts, culture and entertainment" |
Entity Extraction
Searches for entities from the Entity Extraction engine output. |
| entity-extraction | string | This field is used to find entities from the Entity Extraction engine output
term is used for exact matches, query_string would be for partial word matches | operator: "query_string" field: "entity-extraction.entity.label.fulltext" value: "Jacob" |
Recording
Searches for various aspects of recordings in public and private indexes. |
| absoluteStartTimeMs | integer | Absolute start date and time in Unix/Epoch timestamp format.
Must use range operator. | operator: "range" field: "absoluteStartTimeMs" gte: "1497808410" |
| absoluteStopTimeMs | integer | Absolute stop date and time in Unix/Epoch timestamp format.
Must use range operator. | operator: "range" field: "absoluteStopTimeMs" gte: "1497808410" |
| recordingId | string | The unique ID associated with the recording container. | operator: "term" field: "recordingId" value: "39590300" |
| fileLocation | string | The URL of the file. | operator: "term" field: "fileLocation" value: "https://inspirent.s3.amazonaws.com/assets/39070300/789eb7b2-6c4d-4ec4-8a79-f4600b7e31c1.mp4" |
| fileType | string | The recording file MIME type.
Value must be entered as lowercase. | operator: "term" field: "fileType" value: "video/mp4" |
| relativeStartTimeMs | integer | The starting time of the recording in milliseconds.
Must use range operator. | operator: "range" field: "relativeStartTimeMs" lte: "1497808410" |
| relativeStopTimeMs | integer | The ending time of the recording in milliseconds.
Must use range operator. | operator: "range" field: "relativeStopTimeMs" lte: "1497808410" |
| isPublic | Boolean | A Boolean that searches the public index when set to true. | operator: "term" field: "isPublic" value: true |
| programName | string | The user-entered name of the program.
Must use query_string operator and the value must be entered as lowercase. | operator: "query_string" field: "programName" value: "this week in tech" |
| mediaSourceId | string | A UUID assigned by the system that identifies the media ingestion source. | operator: "term" field: "mediaSourceId" value: "39262" |
| mediaSourceTypeId | string | The ID associated with the media source type. | operator: "term" field: "mediaSourceTypeId" value: "4" |
Mention
Searches for various aspects of mentions and watchlists in an organization’s private media index. |
| id | string | The unique ID associated with the mention. | operator: "term" field: "id" value: "40392711" |
| programFormatName | string | The radio format name as defined by Wikipedia/Radio\_Format. | operator: "term" field: "programFormatName" value: "Sport" |
| mentionDate | type: date format: date_ optional\_time | The date and time the mention was created.
* The date is mandatory and the time is optional. * UTC time zone. * Date format: "yyyy-mm-dd" * The time element "T" must follow the date. * Time format: hh/mm/ss/ms | operator: "range" field: "mentionDate" gte: "2017-04-13T20:09:09.000" |
| mediaStartTime | type: date format: date_ optional_time | The radio/TV broadcast time of the media.
* The date is mandatory and the time is optional. * UTC time zone. * Date format: "yyyy-mm-dd" * The time element "T" must follow the date when adding a time to the value. * Time format: hh/mm/ss/ms * Uses the term or range operator. | operator: "range" field: "mediaStartTime" gte: "2017-04-13T20:09:09.000"
operator: "term" field: "mediaStartTime" value: "2017-04-13T20:09:09.000" |
| mediaSourceId | string | The ID of the media source. | operator: "term" field: "mediaSourceId" value: "12734" |
| mediaSourceName | string | The name of the media source. | operator: "term" field: "mediaSourceName" value: "WPDH-FM" |
| mediaSourceTypeId | integer | The ID of the media source type.
Possible values: "1" (Broadcast Radio) "2" (Broadcast TV) "3" (YouTube) "4" (Podcast) "5" (Private Media) | operator: "term" field: "mediaSourceTypeId" value: "2" |
| metadata.veritone-program.primaryMediaSourceId | string | The primary media source ID metadata. Uses the term or range operator. | operator: "term" field: "metadata.veritone-program.primaryMediaSourceId" value: "21296" |
| metadata.veritone-program.programId | string | The program ID metadata. | operator: "term" field: "metadata.veritone-program.programId" value: "28224" |
| metadata.veritone-program.programName | string | The program name metadata. | operator: "term" field: "metadata.veritone-program.programName" value: "AM Afternoon News 4p6p" |
| veritone-cognitive-profile-params | object | The search query parameters used to generate the mention. | operator: "term" field: "veritone-cognitive-profile-params" value: "hello" |
| isNational | Boolean | A Boolean that when set to true searches for programs that are national. | operator: "term" field: "isNational" value: false |
| audience.gender | string | The gender of the segment.
Possible values: "men" "women" | operator: "term" field: "audience.gender" value: "men" |
| audience.age_group | string | The age group string for the segment.
Possible values: "6-11" "12-17" "18-24" "25-34" "35-44" "45-49" "50-54" "55-64" "65+" | operator: "term" field: "audience.age_group" value: "45-49" |
| audience.audience | integer | The number of impressions for the segment. | operator: "range" field: "audience.audience" gt: "1100" |
| audience.isTargetMatch | Boolean | Specifies whether the audience segment matches (true) or doesn’t match (false) the target audience. | operator: "term" field: "audience.isTargetMatch" value: true |
| targetAudience.gender | integer | The target audience gender.
Possible values: "1" (men) "2" (women) "3" (people) | operator: "term" field: "targetAudience.gender" value: "3" |
| targetAudience.genderName | string | The gender code of the target audience.
Possible values are as follows and must be capitalized: "M" (male) "F" (female) "P" (people) | operator: "term" field: "targetAudience.genderName" value: "F" |
| targetAudience.ageGroup | integer | The target audience age group range. Enter one or more of the possible values to search a target audience age group.
Possible values: "0" (18-24) "1" (25-34) "2" (35-44) "3" (45-54) "4" (55-64) "5" (65+) | operator: "terms" field: "targetAudience.ageGroup" values: ["2", "4"] |
| targetAudience.ageGroupMin | integer | The lower bound of the target age group. | operator: "term" field: "targetAudience.ageGroupMin" value: "25" |
| targetAudience.ageGroupMax | integer | The upper bound of the target age group. | operator: "term" field: "targetAudience.ageGroupMax" value: "54" |
| targetAudience.impressions | integer | The total number of impressions in the target audience. | operator: "range" field: "targetAudience.impressions" gt: "15000" |
| metadata.veritone-file.filename | string | The name associated with the media file. | operator: "term" field: "metadata.veritone-file.filename" value: "AM Afternoon News18" |
| metadata.veritone-file.mimetype | string | The file type metadata. | operator: "term" field: "metadata.veritone-file.mimetype" value: "audio/mpeg" |
| metadata.veritone-file.size | integer | The file size metadata. Uses term or range operator. | operator: "range" field: "metadata.veritone-file.size" gte: "2000" |
| metadata.veritone-media-source.mediaSourceId | string | The media source ID metadata. | operator: "term" field: "metadata.veritone-media-source.mediaSourceId" value: "16390" |
| metadata.veritone-media-source.mediaSourceName | string | The media source name. | operator: "term" field: "metadata.veritone-media-source.mediaSourceName" value: "Morning Drive" |
| metadata.veritone-media-source.mediaSourceTypeId | integer | The identifier of the media source type.
Possible values: "1" (Broadcast Radio) "2" (Broadcast TV) "3" (YouTube) "4" (Podcast) "5" (Private Media) | operator: "term" field: "metadata.veritone-media-source.mediaSourceTypeId" value: "1" |
| fileType | string | The file type of the mention. | operator: "term" field: "fileType" value: "audio/mpeg" |
| snippets.hits.startTime | integer | The start time of the snippet hit.
Uses term or range operator. | operator: "term" field: "snippets.hits.startTime" value: "824.73" |
| snippets.hits.endTime | integer | The ending time of the snippet hit.
Uses term or range operator. | operator: "term" field: "snippets.hits.endTime" value: "869.95" |
| snippets.hits.queryTerm | string | A word to search for in the text of the mention hit.
Value must be all lowercase. | operator: "term" field: "snippets.hits.queryTerm" value: "nfl" |
| snippets.startTime | integer | The starting time of the snippet.
Uses term or range operator. | operator: "term" field: "snippets.startTime" value: "819.839" |
| snippets endTime | integer | The ending time of the snippet.
Uses term or range operator. | operator: "term" field: "snippets.endTime" value: "840.16" |
| snippets.text | string | One or more words from the snippet text.
* Value must be all lowercase. * Uses query_string or term operator. | operator: "query_string" field: "snippets.text" value: "team will go on to victory"
operator: "term" field: "snippets.text" value: "team" |
| userSnippets.startTime | integer | The start time of the user-edited mention text.
Uses term or range operator. | operator: "term" field: " userSnippets startTime" value: "78"
operator: "range" field: " userSnippets startTime" gte: "78" |
| userSnippets.endTime | integer | The end time of the user-edited mention text.
Uses term or range operator. | operator: "term" field: "userSnippets endTime" value: "78"
operator: "range" field: "userSnippets endTime" lte: "179" |
| userSnippets.snippets.text | string | The user-edited mention text.
Value must be all lowercase. | operator: "query_string" field: "userSnippets.snippets.text" value: "team will"
operator: "term" field: " userSnippets.snippets.text" value: "team" |
| organizationId | string | The unique ID associated with the organization. | operator: "term" field: "organizationId" value: "7685" |
| organizationName | string | The name of the organization. | operator: "term" field: "organizationName" value: "ABC Organization" |
| trackingUnitId | string | The unique ID of the mention.
Uses term or range operator. | operator: "term" field: "trackingUnitId" value: "20068" |
| trackingUnitName | string | The user-entered name of the mention. Values for this field are case sensitive and must be entered as they are saved in the index. | operator: "term" field: "trackingUnitName" value: "Dallas Cowboys Super Bowl" |
| mentionStatusId | integer | The status of the mention’s verification.
Possible values: "1" (Pending Verification) "2" (Verified) "3" (Needs Review) "4" (Request Bonus) "5" (Invalid) "6" (Processing Verification) "7" (Auto Verified) | operator: "term" field: "mentionStatusId" value: "2" |
| mediaSourceTypeId | integer | The media source type identifier.
Possible values: "1" (Broadcast Radio) "2" (Broadcast TV) "3" (YouTube) "4" (Podcast) "5" (Private Media) | operator: "term" field: "mediaSourceTypeId" value: "2" |
| mediaSourceTypeName | string | The media source name.
Possible values: "Audio" "Broadcast TV" "Podcast" "YouTube" "Private Media" | operator: "term" field: "mediaSourceTypeName" value: "Audio" |
| mediaSourceId | string | The ID of the media source.
Uses term or range operator. | operator: "term" field: "mediaSourceId" value: "38674" |
| mediaSourceName | string | The user-defined program name. | operator: "term" field: "mediaSourceName" value: "The Weekly Podcast" |
| spotTypeId | integer | The ID of the spot type:
Possible values: "17" (Bonus) "15" (Live :05) "16" (Live :10) "1" (Live :15) "2" (Live :30) "3" (Live :60) "14" (MicroMention) "9" (Non Voiced :05) "10" (Non Voiced :10) "11" (Non Voiced :15) "12" (Non Voiced :30) "13" (Non Voiced :60) "4" (Voiced :05) "5" (Voiced :10) "6" (Voiced :15) "7" (Voiced :30) "8" (Voiced :60) | operator: "term" field: "spotTypeId" value: "17" |
| spotTypeName | string | The name of the spot type.
Possible values: "Bonus" "Live :05" "Live :10" "Live :15" "Live :30" "Live :60" "MicroMention" "Non Voiced :05" "Non Voiced :10" "Non Voiced :15" "Non Voiced :30" "Non Voiced :60" "Voiced :05" "Voiced :10" "Voiced :15" "Voiced :30" "Voiced :60" | operator: "term" field: "spotTypeName" value: "Bonus" |
| programId | string | The unique ID associated with the program. | operator: "term" field: "programId" value: "22979" |
| programName.raw | string | The user-defined name of the program. | operator: "term" field: "programName.raw" value: "Morning Drive - MF 10a1p" |
| impressions | integer | The audience count. | operator: "term" field: "impressions" value: "8" |
| audienceMarketCount | integer | The number of markets where the media was broadcast. | operator: "term" field: "audienceMarketCount" value: "2" |
| audienceAffiliateCount | integer | The number of affiliates for the primary media source. | operator: "term" field: "audienceAffiliateCount" value: "1" |
| rating | float | The number of user-given stars to a watchlist mention.
Possible values: "1" "2" "3" "4" "5" | operator: "term" field: "rating" value: "5" |
| ratings.rating_id | string | The unique ID of the mention rating. | operator: "term" field: "ratings.rating_id" value: "38387" |
| ratings.rating_value | integer | The number user-given stars to a watchlist mention.
Possible values: "1" "2" "3" "4" "5" | operator: "term" field: "ratings.rating_value" value: "5" |
| ratings.date\_created | type: date format: date_ optional_time | The date and time that the mention rating was created.
* The date is mandatory and the time is optional. * UTC time zone * Date format: "yyyy-mm-dd" * The time element "T" must follow the date when adding a time to the value. * Time format: hh/mm/ss/ms * Uses the term, query_string or range operators. | operator: "range" field: "ratings.date_created" lte: "2017-10-13T00:12:34.44948" |
| comments.id | string | The unique ID of the comment. | operator: "term" field: "comments.id" value: "43770" |
| comments.text | string | Text entered as the mention comment.
* Value must be entered as all lowercase. * Uses both the term and query_string operators. | operator: "query_string" field: "comments.text" value: "provides information" |
| comments.date\_modified | type: date format: date_ optional_time | The date and time that the comment was created.
* The date is mandatory and the time is optional. * UTC time zone. * Date format: "yyyy-mm-dd" * The time element "T" must follow the date when adding a time to the value. * Time format: hh/mm/ss/ms * Uses the term, query_string or range operators. | operator: "range" field: "comments.date_modified" lte: "2017-10-20T01:43:35.0909" |
| markets.marketId | integer | The market ID to use as a filter when searching for mentions. (See related topics below for a list of all market name values.)
Uses term and range operators. | operator: "term" field: "markets.marketId" value: "112" |
| markets.marketName | string | The market name to use as a filter when searching for mentions. (See related topics below for a list of all market name values.) | operator: "term" field: "markets.marketName" value: "Los Angeles, CA" |
| marketId | integer | The market ID to use as a filter when searching for mentions. (See related topics below for a list of all market name values.)
Uses term and range operators. | operator: "term" field: "marketId" value: "112" |
| marketName | string | The market name to use as a filter when searching for mentions. (See related topics below for a list of all market name values.) | operator: "term" field: "marketName" value: "Los Angeles, CA" |
| hourOfDay | integer | The hour of day (24-hour format) to use as a filter when searching for mentions. | operator: "term" field: "hourOfDay" value: "8" |
| dayOfWeek | integer | The numeric value assigned to a day of the week to use as a filter when searching for mentions.
Uses the range and term operators.
Possible values: "1" (Monday) "2" (Tuesday) "3" (Wednesday) "4" (Thursday) "5" (Friday) "6" (Saturday) "7" (Sunday) | operator: "term" field: "dayOfWeek" value: "4" |
| dayOfMonth | integer | The numeric value assigned to a day of the month to use as a filter when searching for mentions.
Uses the range and term operators. | operator: "term" field: "dayOfMonth" value: "13" |
| month | integer | The numeric value assigned to a calendar month to use as a filter when searching for mentions.
Uses the range and term operators. | operator: "term" field: "month" value: "4" |
| year | integer | A four-digit year to use as a filter when searching for mentions.
Uses the range and term operators. | operator: "range" field: "month" gte: "2015" |
| mentionStatusName | string | A mention status to use as a filter when searching for mentions.
Values are case sensitive and must use initial caps.
Possible values: "Pending Verification" "Auto Verified" "Invalid" "Needs Review" "Processing Verification" "Request Bonus" "Verified" | operator: "term" field: "mentionStatusName" value: "Verified" |
Face Recognition
Searches for records generated by a facial engine and other detected face attributes. |
| face-recognition.source | string | The ID of the face recognition engine to use as a filter when searching. For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "facial" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "face-recognition.source" value: "84b513bd-d64d-3a35-9d42-579c8611fdbf" |
| face-recognition.series.entityId | string | The unique ID associated with the library entity (such as a person or an organization). | operator: "term" field: "face-recognition.series.entityId" value: "423aa55e-6135-4f10-9585-f65a1f3d909e" |
| face-recognition.series.start | string | The time in milliseconds from the beginning of the file where the fingerprint began.
Uses range and term operators. | operator: "value" field: "face-recognition.series.start" lte: "54000" |
| face-recognition.series.end | string | The time in milliseconds from the beginning of the file where the fingerprint ended.
Uses range and term operators. | operator: "value" field: "face-recognition.series.end" gte: "55000" |
| face-recognition.series.libraryId | string | The unique ID associated with the library. | operator: "term" field: "face-recognition.series.libraryId" value: "0fb02432-dcb1-40b0-bb6a-3f7e481aae3e" |
| face-recognition.series.originalImage | string | The URL of the library cover image. | operator: "term" field: "face-recognition.series.originalImage" value: "https://s3-us-west-1.amazonaws.com/prod-veritone-face/aed3ce42-97d0-46f1-89f9-48df4ba0ace2/35914952/318af5mf.983887/setId-0_frame-792.png" |
Fingerprint
Searches for records generated by a fingerprint engine and other detected fingerprint attributes. |
| fingerprint.source | string | The ID of the fingerprint engine to use as a filter when searching.
For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "fingerprint" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "fingerprint.source" value: "c5eff1ad-d53e-8bb9-fb1f-1866da84d0b3" |
| fingerprint.series.start | integer | The time in milliseconds from the beginning of the file where the fingerprint began.
Uses range and term operators. | operator: "range" field: "fingerprint.series.start" lte: "22000" |
| fingerprint.series.end | integer | The time in milliseconds from the beginning of the file where the fingerprint ended.
Uses range and term operators. | operator: "range" field: "fingerprint.series.end" gte: "21000" |
| fingerprint.series.entityId | string | The unique Entity ID associated with the fingerprint. | operator: "term" field: "fingerprint.series.entityId" value: "e49c5344-622b-42bb-8e82-514d96d2df88" |
| fingerprint.series.entityIdentifierId | string | The unique Entity Identifier ID associated with the fingerprint. | operator: "term" field: "fingerprint.series.entityIdentifierId" value: "e4f95339-622b-42bb-8e82-514d96d2df88" |
| fingerprint.series.libraryId | string | The Library ID associated with the fingerprint. | operator: "term" field: "fingerprint.series.libraryId" value: "c034a463-2a82-4be5-b263-61f3b61e5282" |
| fingerprint.series.score | float | A probability score that indicates the similarity between features in a fingerprint sample and a stored entity. This score can be used as a filter to prioritize more salient fingerprints when searching. Scores closer to 0.0 are less similar, while scores closer to 1.0 are high in similarity.
Uses range and term operators. | operator: "range" field: "fingerprint.series.score" gte: ".055" |
Logo Recognition
Searches for records generated by a logo engine and other detected logo attributes. |
| logo-recognition.source | string | The ID of the logo recognition engine to use as a filter when searching.
For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "logo recognition" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "logo-recognition.source" value: "bf50303a-55f1-5a27-17a1-d213ae0c7f55" |
| logo-recognition.series.found | string | The name of the detected logo. Case-sensitive – value must match indexed logo name. | operator: "query_string" field: "logo-recognition.series.found" value: "ESPN" |
| logo-recognition.series.start | integer | The time that the logo was first identified in milliseconds from the beginning of the recording.
Uses range operator only. | operator: "range" field: "logo-recognition.series.start" gte: "20700" |
| logo-recognition.series.end | integer | The time that the logo was last identified in milliseconds from the beginning of the recording.
Uses range operator only. | operator: "range" field: "logo-recognition.series.end" lte: "20800" |
Object Recognition
Searches for records generated by an object recognition engine and various attributes of detected objects. |
| object-recognition.source | string | The ID of the object recognition engine to use as a filter when searching.
For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "object detection" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "object-recognition.source" value: "070148f0-3fd0-1bdc-b412-1e79b8aa36a2" |
| object-recognition.series.boundingPoly.x | string | The "x" coordinate of the object found on the screen.
Uses range operator. | operator: "range" field: "object-recognition.series.boundingPoly.x" lte: "418" |
| object-recognition.series.boundingPoly.y | string | The "y" coordinate of the object found on the screen.
Uses range operator. | operator: "range" field: "object-recognition.series.boundingPoly.y" gte: "269" |
| object-recognition.series.found | string | A label for the detected object. (e.g., person, laptop) | operator: "term" field: "object-recognition.series.found" value: "girl" |
| object-recognition.series.start | string | The time in milliseconds from the beginning of the file where the object was first identified.
Uses range and term operators. | operator: "range" field: "object-recognition.series.start" gte: "59000" |
| object-recognition.series.end | string | The time in milliseconds from the beginning of the file where the object was last identified.
Uses range and term operators. | operator: "range" field: "object-recognition.series.end" lte: "60000" |
| object-recognition.series.saliency | float | A probability score that measures the similarity of a recognized object to a reference model. This score can be used as a filter to prioritize more salient objects when searching. Scores closer to 0.0 are less similar, while scores closer to 1.0 are high in similarity.
Uses range and term operators. | operator: "range" field: "object-recognition.series.saliency" gte: "80" |
OCR (Text Recognition)
Searches for records generated by an OCR engine and performs full-text search for various attributes of recognized text. All queries should use the query_string operator. |
| text-recognition.source | string | The ID of the text recognition engine to use as a filter when searching.
For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "text recognition" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "text-recognition.source" value: "9a6ac62d-a881-8884-6ee0-f15ab84fcbe2" |
| text-recognition.series.start | integer | The time in milliseconds from the beginning of the file where the text was first recognized.
· Uses range and term operators. | operator: "range" field: "text-recognition.series.start" gte: "544000" |
| text-recognition.series.end | integer | The time in milliseconds from the beginning of the file where the text was last recognized.
Uses range and term operators. | operator: "range" field: "text-recognition.series.end" lte: "545000" |
| text-recognition.series.ocrtext | string | One or more identified words displayed as text.
* Value must be all lowercase. * Uses term and query_string operators. | operator: "term" field: "text-recognition.series.ocrtext" value: "diego" |
Sentiment
Searches for records generated by a sentiment engine and other attributes for detected sentiment. |
| sentiment-veritone.source | string | The ID of the sentiment engine to use as a filter when searching.
For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "sentiment" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "sentiment-veritone.source" value: "104a6b61-5d7d-8a1c-fa32-d37b4c931e7c" |
| sentiment-veritone.series.start | string | The time in milliseconds from the beginning of the file where the sentiment was first detected.
Uses range and term operators. | operator: "range" field: "sentiment-veritone.series.start" lte: "84000" |
| sentiment-veritone.series.end | string | The time in milliseconds from the beginning of the file where the sentiment was last detected.
Uses range and term operators. | operator: "range" field: "sentiment-veritone.series.start" gte: "844690" |
| sentiment-veritone.series.score | float | A probability score that measures the similarity of a person’s sentiment to a reference model. This score can be used as a filter to prioritize more salient instances when searching. Scores closer to 0.0 are less similar, while scores closer to 1.0 are high in similarity. The value must include 0 before the decimal.
Uses range and term operators. | operator: "range" field: "sentiment-veritone.series.start" gte: 0.81 |
Transcript
Searches for records generated by a transcription engine and words/phrases in a transcript. |
| transcript.source | string | The ID of the transcription engine to use as a filter when searching.
For a list of possible values, make a request to the Engines query. Pass "category" as an argument with "transcription" as the value, and specify "id" and "name" as return fields. | operator: "term" field: "transcript.source" value: "818aa3da-0123-33a4-8c5b-2bc3e569c52a" |
| transcript.transcript | string | This field is used to find keywords or phrases in transcription text.
Value must be entered as lowercase. | operator: "query_string" field: "transcript.transcript" value: "so you know atom" |
Tags
Searches for user-created tags. This field’s values are case sensitive and must be entered exactly as they appear in Veritone to return a match. |
| tags.key | string | This field is part of a key value pair (using the query object type and value field below) in a complex query. | operator: "term" field: "tags.key" value: "host" |
| tags.value | string | This field can be used in a complex query as part of a key value pair (using the query object type and key field above) or as a stand-alone in a simple query. | operator: "term" field: "tags.value" value: "Ellen" |
| tags.displayName | string | This field is used in simple queries to find a tag by name. | operator: "term" field: "tags.displayName" value: "Adam Levine" |
Veritone Job
Search options for various aspects of tasks run on a recording. |
| veritone-job.insert-into-index | boolean | Searches for tasks that were indexed when set to true. | operator: "term" field: "veritone-job.insert-into-index" value: true |
| veritone-job.mention-generate | boolean | Searches for tasks that generated a mention when set to true. | operator: "term" field: "veritone-job.mention-generate" value: true |
| veritone-job.status | string | The status of the job as a whole.
Possible values are: * accepted: The job is valid and has been accepted for processing. * running: The job is running. * failed: At least one task failed and execution was terminated. * complete: All tasks in the job finished normally. | operator: "term" field: "veritone-job.status" value: "complete" |
| veritone-job.{engineId} | boolean | Returns jobs for the stated engine ID when set to true.
For a list of possible engine ID values, call the Engines query. Pass "records" as a request parameter and "id" and "name" as return fields. | operator: "term" field: "veritone-job.imagedetection-facerecognition-veritone" value: true |
Veritone File
Full text search for various attributes of files imported to Data Center. |
| veritone-file.filename | string | The name of the file. Value must be input as all lowercase. | operator: "term" field: "veritone-file.filename" value: "morning drive 15" |
| veritone-file.mimetype | string | The file type. Value must be input as all lowercase. | operator: "term" field: "veritone-file.mimetype" value: "video/mp4" |
| veritone-file.size | long | The size of the file. | operator: "term" field: "veritone-file.size" value: 0 |
Veritone Public
Searches various aspects of nationally broadcasted programs. |
| veritone-public.isNational | boolean | Specifies whether a program is national when set to true. | operator: "term" field: "veritone-public.isNational" value: true |
| veritone-public.marketCount | integer | Searches for a specific number of markets. | operator: "term" field: "veritone-public.marketCount" value: "3" |
| veritone-public.markets | string | Searches for recordings in specified markets. See related topics below for a list of possible values. | operator: "terms" field: "veritone-public.markets" values: ["88", "50", "167"] |
| veritone-public.primaryMarket | string | Searches for recordings in the specified primary market. See related topics below for a list of possible values | operator: "term" field: "veritone-public.primaryMarket" value: "167" |
| veritone-public.primaryState | string | Searches for recordings in the specified primary US state. Enter values using the two-letter state abbreviation. | operator: "term" field: "veritone-public.primaryState" value: "CA" |
| veritone-public.stateCount | integer | Searches for a specific number of states. | operator: "term" field: "veritone-public.stateCount" value: "3" |
| veritone-public.states | string | Searches for recordings in the specified US states. Enter values using the two-letter state abbreviation. | operator: "terms" field: "veritone-public.states" values: ["CA", "NY", "WA"] |