Salesforce

Field values

« Go Back
Information
Field values
000004336
Public
Product Selection
aiWare - aiWare
Article Details

Content in Veritone is made searchable by mapping to specific document and data types. The field parameter defines the type of data/document to be searched, and each query must specify a value for the field property to be successful. If a field value is not provided, an empty result set will be returned. The field parameter uses a definitive set of values.

The table below defines the possible values currently available for the field property. Fields are grouped by category and include a name, a type, and one or more possible values.

Field NameTypeDescriptionExample
Content Classification
Searches for various topics from the Content Classification engine output.
content-classificationstringThis 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-extractionstringThis 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.
absoluteStartTimeMsintegerAbsolute start date and time in Unix/Epoch timestamp format.

Must use range operator.
operator: "range"
field: "absoluteStartTimeMs"
gte: "1497808410"
absoluteStopTimeMsintegerAbsolute stop date and time in Unix/Epoch timestamp format.

Must use range operator.
operator: "range"
field: "absoluteStopTimeMs"
gte: "1497808410"
recordingIdstringThe unique ID associated with the recording container.operator: "term"
field: "recordingId"
value: "39590300"
fileLocationstringThe URL of the file.operator: "term"
field: "fileLocation"
value: "https://inspirent.s3.amazonaws.com/assets/39070300/789eb7b2-6c4d-4ec4-8a79-f4600b7e31c1.mp4"
fileTypestringThe recording file MIME type.

Value must be entered as lowercase.
operator: "term"
field: "fileType"
value: "video/mp4"
relativeStartTimeMsintegerThe starting time of the recording in milliseconds.

Must use range operator.
operator: "range"
field: "relativeStartTimeMs"
lte: "1497808410"
relativeStopTimeMsintegerThe ending time of the recording in milliseconds.

Must use range operator.
operator: "range"
field: "relativeStopTimeMs"
lte: "1497808410"
isPublicBooleanA Boolean that searches the public index when set to true.operator: "term"
field: "isPublic"
value: true
programNamestringThe 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"
mediaSourceIdstringA UUID assigned by the system that identifies the media ingestion source.operator: "term"
field: "mediaSourceId"
value: "39262"
mediaSourceTypeIdstringThe 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.
idstringThe unique ID associated with the mention.operator: "term"
field: "id"
value: "40392711"
programFormatNamestringThe radio format name as defined by Wikipedia/Radio\_Format.operator: "term"
field: "programFormatName"
value: "Sport"
mentionDatetype: date format: date_ optional\_timeThe 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"
mediaStartTimetype: date format: date_ optional_timeThe 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"
mediaSourceIdstringThe ID of the media source.operator: "term"
field: "mediaSourceId"
value: "12734"
mediaSourceNamestringThe name of the media source.operator: "term"
field: "mediaSourceName"
value: "WPDH-FM"
mediaSourceTypeIdintegerThe 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.primaryMediaSourceIdstringThe primary media source ID metadata. Uses the term or range operator.operator: "term"
field: "metadata.veritone-program.primaryMediaSourceId"
value: "21296"
metadata.veritone-program.programIdstringThe program ID metadata.operator: "term"
field: "metadata.veritone-program.programId"
value: "28224"
metadata.veritone-program.programNamestringThe program name metadata.operator: "term"
field: "metadata.veritone-program.programName"
value: "AM Afternoon News 4p6p"
veritone-cognitive-profile-paramsobjectThe search query parameters used to generate the mention.operator: "term"
field: "veritone-cognitive-profile-params"
value: "hello"
isNationalBooleanA Boolean that when set to true searches for programs that are national.operator: "term"
field: "isNational"
value: false
audience.genderstringThe gender of the segment.

Possible values:
"men"
"women"
operator: "term"
field: "audience.gender"
value: "men"
audience.age_groupstringThe 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.audienceintegerThe number of impressions for the segment.operator: "range"
field: "audience.audience"
gt: "1100"
audience.isTargetMatchBooleanSpecifies whether the audience segment matches (true) or doesn’t match (false) the target audience.operator: "term"
field: "audience.isTargetMatch"
value: true
targetAudience.genderintegerThe target audience gender.

Possible values:
"1" (men)
"2" (women)
"3" (people)
operator: "term"
field: "targetAudience.gender"
value: "3"
targetAudience.genderNamestringThe 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.ageGroupintegerThe 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.ageGroupMinintegerThe lower bound of the target age group.operator: "term"
field: "targetAudience.ageGroupMin"
value: "25"
targetAudience.ageGroupMaxintegerThe upper bound of the target age group.operator: "term"
field: "targetAudience.ageGroupMax"
value: "54"
targetAudience.impressionsintegerThe total number of impressions in the target audience.operator: "range"
field: "targetAudience.impressions"
gt: "15000"
metadata.veritone-file.filenamestringThe name associated with the media file.operator: "term"
field: "metadata.veritone-file.filename"
value: "AM Afternoon News18"
metadata.veritone-file.mimetypestringThe file type metadata.operator: "term"
field: "metadata.veritone-file.mimetype"
value: "audio/mpeg"
metadata.veritone-file.sizeintegerThe file size metadata. Uses term or range operator.operator: "range"
field: "metadata.veritone-file.size"
gte: "2000"
metadata.veritone-media-source.mediaSourceIdstringThe media source ID metadata.operator: "term"
field: "metadata.veritone-media-source.mediaSourceId"
value: "16390"
metadata.veritone-media-source.mediaSourceNamestringThe media source name.operator: "term"
field: "metadata.veritone-media-source.mediaSourceName"
value: "Morning Drive"
metadata.veritone-media-source.mediaSourceTypeIdintegerThe 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"
fileTypestringThe file type of the mention.operator: "term"
field: "fileType"
value: "audio/mpeg"
snippets.hits.startTimeintegerThe start time of the snippet hit.

Uses term or range operator.
operator: "term"
field: "snippets.hits.startTime"
value: "824.73"
snippets.hits.endTimeintegerThe ending time of the snippet hit.

Uses term or range operator.
operator: "term"
field: "snippets.hits.endTime"
value: "869.95"
snippets.hits.queryTermstringA 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.startTimeintegerThe starting time of the snippet.

Uses term or range operator.
operator: "term"
field: "snippets.startTime"
value: "819.839"
snippets endTimeintegerThe ending time of the snippet.

Uses term or range operator.
operator: "term"
field: "snippets.endTime"
value: "840.16"
snippets.textstringOne 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.startTimeintegerThe 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.endTimeintegerThe 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.textstringThe 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"
organizationIdstringThe unique ID associated with the organization.operator: "term"
field: "organizationId"
value: "7685"
organizationNamestringThe name of the organization.operator: "term"
field: "organizationName"
value: "ABC Organization"
trackingUnitIdstringThe unique ID of the mention.

Uses term or range operator.
operator: "term"
field: "trackingUnitId"
value: "20068"
trackingUnitNamestringThe 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"
mentionStatusIdintegerThe 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"
mediaSourceTypeIdintegerThe 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"
mediaSourceTypeNamestringThe media source name.

Possible values:
"Audio"
"Broadcast TV"
"Podcast"
"YouTube"
"Private Media"
operator: "term"
field: "mediaSourceTypeName"
value: "Audio"
mediaSourceIdstringThe ID of the media source.

Uses term or range operator.
operator: "term"
field: "mediaSourceId"
value: "38674"
mediaSourceNamestringThe user-defined program name.operator: "term"
field: "mediaSourceName"
value: "The Weekly Podcast"
spotTypeIdintegerThe 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"
spotTypeNamestringThe 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"
programIdstringThe unique ID associated with the program.operator: "term"
field: "programId"
value: "22979"
programName.rawstringThe user-defined name of the program.operator: "term"
field: "programName.raw"
value: "Morning Drive - MF 10a1p"
impressionsintegerThe audience count.operator: "term"
field: "impressions"
value: "8"
audienceMarketCountintegerThe number of markets where the media was broadcast.operator: "term"
field: "audienceMarketCount"
value: "2"
audienceAffiliateCountintegerThe number of affiliates for the primary media source.operator: "term"
field: "audienceAffiliateCount"
value: "1"
ratingfloatThe number of user-given stars to a watchlist mention.

Possible values:
"1"
"2"
"3"
"4"
"5"
operator: "term"
field: "rating"
value: "5"
ratings.rating_idstringThe unique ID of the mention rating.operator: "term"
field: "ratings.rating_id"
value: "38387"
ratings.rating_valueintegerThe 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\_createdtype: date format: date_ optional_timeThe 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.idstringThe unique ID of the comment.operator: "term"
field: "comments.id"
value: "43770"
comments.textstringText 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\_modifiedtype: date format: date_ optional_timeThe 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.marketIdintegerThe 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.marketNamestringThe 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"
marketIdintegerThe 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"
marketNamestringThe 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"
hourOfDayintegerThe hour of day (24-hour format) to use as a filter when searching for mentions.operator: "term"
field: "hourOfDay"
value: "8"
dayOfWeekintegerThe 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"
dayOfMonthintegerThe 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"
monthintegerThe 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"
yearintegerA four-digit year to use as a filter when searching for mentions.

Uses the range and term operators.
operator: "range"
field: "month"
gte: "2015"
mentionStatusNamestringA 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.sourcestringThe 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.entityIdstringThe 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.startstringThe 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.endstringThe 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.libraryIdstringThe unique ID associated with the library.operator: "term"
field: "face-recognition.series.libraryId"
value: "0fb02432-dcb1-40b0-bb6a-3f7e481aae3e"
face-recognition.series.originalImagestringThe 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.sourcestringThe 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.startintegerThe 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.endintegerThe 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.entityIdstringThe unique Entity ID associated with the fingerprint.operator: "term"
field: "fingerprint.series.entityId"
value: "e49c5344-622b-42bb-8e82-514d96d2df88"
fingerprint.series.entityIdentifierIdstringThe unique Entity Identifier ID associated with the fingerprint.operator: "term"
field: "fingerprint.series.entityIdentifierId"
value: "e4f95339-622b-42bb-8e82-514d96d2df88"
fingerprint.series.libraryIdstringThe Library ID associated with the fingerprint.operator: "term"
field: "fingerprint.series.libraryId"
value: "c034a463-2a82-4be5-b263-61f3b61e5282"
fingerprint.series.scorefloatA 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.sourcestringThe 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.foundstringThe 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.startintegerThe 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.endintegerThe 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.sourcestringThe 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.xstringThe "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.ystringThe "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.foundstringA label for the detected object. (e.g., person, laptop)operator: "term"
field: "object-recognition.series.found"
value: "girl"
object-recognition.series.startstringThe 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.endstringThe 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.saliencyfloatA 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.sourcestringThe 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.startintegerThe 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.endintegerThe 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.ocrtextstringOne 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.sourcestringThe 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.startstringThe 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.endstringThe 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.scorefloatA 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.sourcestringThe 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.transcriptstringThis 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.keystringThis 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.valuestringThis 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.displayNamestringThis 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-indexbooleanSearches for tasks that were indexed when set to true.operator: "term"
field: "veritone-job.insert-into-index"
value: true
veritone-job.mention-generatebooleanSearches for tasks that generated a mention when set to true.operator: "term"
field: "veritone-job.mention-generate"
value: true
veritone-job.statusstringThe 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}booleanReturns 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.filenamestringThe name of the file. Value must be input as all lowercase.operator: "term"
field: "veritone-file.filename"
value: "morning drive 15"
veritone-file.mimetypestringThe file type. Value must be input as all lowercase.operator: "term"
field: "veritone-file.mimetype"
value: "video/mp4"
veritone-file.sizelongThe size of the file.operator: "term"
field: "veritone-file.size"
value: 0
Veritone Public
Searches various aspects of nationally broadcasted programs.
veritone-public.isNationalbooleanSpecifies whether a program is national when set to true.operator: "term"
field: "veritone-public.isNational"
value: true
veritone-public.marketCountintegerSearches for a specific number of markets.operator: "term"
field: "veritone-public.marketCount"
value: "3"
veritone-public.marketsstringSearches 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.primaryMarketstringSearches for recordings in the specified primary market. See related topics below for a list of possible valuesoperator: "term"
field: "veritone-public.primaryMarket"
value: "167"
veritone-public.primaryStatestringSearches 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.stateCountintegerSearches for a specific number of states.operator: "term"
field: "veritone-public.stateCount"
value: "3"
veritone-public.statesstringSearches 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"]
Additional Technical Documentation Information
Properties
1/3/2024 11:37 PM
1/3/2024 11:52 PM
1/3/2024 11:52 PM
Documentation
Documentation
000004336
Translation Information
English

Powered by