google-apis-contentwarehouse_v1 0.34.0 → 0.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3172,12 +3172,6 @@ module Google
3172
3172
  include Google::Apis::Core::JsonObjectSupport
3173
3173
  end
3174
3174
 
3175
- class ClassifierPornSiteViolenceStats
3176
- class Representation < Google::Apis::Core::JsonRepresentation; end
3177
-
3178
- include Google::Apis::Core::JsonObjectSupport
3179
- end
3180
-
3181
3175
  class CloudAiPlatformTenantresourceCloudSqlInstanceConfig
3182
3176
  class Representation < Google::Apis::Core::JsonRepresentation; end
3183
3177
 
@@ -8092,6 +8086,12 @@ module Google
8092
8086
  include Google::Apis::Core::JsonObjectSupport
8093
8087
  end
8094
8088
 
8089
+ class KnowledgeAnswersIntentQueryEntityCardSignals
8090
+ class Representation < Google::Apis::Core::JsonRepresentation; end
8091
+
8092
+ include Google::Apis::Core::JsonObjectSupport
8093
+ end
8094
+
8095
8095
  class KnowledgeAnswersIntentQueryFreetextAnnotationSignals
8096
8096
  class Representation < Google::Apis::Core::JsonRepresentation; end
8097
8097
 
@@ -10720,6 +10720,12 @@ module Google
10720
10720
  include Google::Apis::Core::JsonObjectSupport
10721
10721
  end
10722
10722
 
10723
+ class PhotosHdrMetadataBaseFormat
10724
+ class Representation < Google::Apis::Core::JsonRepresentation; end
10725
+
10726
+ include Google::Apis::Core::JsonObjectSupport
10727
+ end
10728
+
10723
10729
  class PhotosHdrMetadataGainmap
10724
10730
  class Representation < Google::Apis::Core::JsonRepresentation; end
10725
10731
 
@@ -15364,6 +15370,12 @@ module Google
15364
15370
  include Google::Apis::Core::JsonObjectSupport
15365
15371
  end
15366
15372
 
15373
+ class WwwResultInfoMinimalAestheticsAdjusterInfo
15374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
15375
+
15376
+ include Google::Apis::Core::JsonObjectSupport
15377
+ end
15378
+
15367
15379
  class WwwResultInfoSubImageDocInfo
15368
15380
  class Representation < Google::Apis::Core::JsonRepresentation; end
15369
15381
 
@@ -21038,18 +21050,24 @@ module Google
21038
21050
  property :fulfillable_dominant_media, as: 'fulfillableDominantMedia'
21039
21051
  property :generated_by_legacy_aqua_domain, as: 'generatedByLegacyAquaDomain'
21040
21052
  property :has_answer_group, as: 'hasAnswerGroup'
21053
+ property :has_intent_update, as: 'hasIntentUpdate'
21041
21054
  property :in_query_max_effective_arg_span_length, as: 'inQueryMaxEffectiveArgSpanLength'
21042
21055
  property :intent_name, as: 'intentName'
21043
21056
  property :intent_name_auis_score, as: 'intentNameAuisScore'
21044
21057
  property :intent_name_auis_score_exp, as: 'intentNameAuisScoreExp'
21045
21058
  property :intent_type, as: 'intentType'
21046
21059
  property :is_aqua_media_intent, as: 'isAquaMediaIntent'
21060
+ property :is_communication_opa_raw_target_intent, as: 'isCommunicationOpaRawTargetIntent'
21047
21061
  property :is_dummy_intent, as: 'isDummyIntent'
21048
21062
  property :is_fully_grounded, as: 'isFullyGrounded'
21049
21063
  property :is_high_confidence_podcast_intent, as: 'isHighConfidencePodcastIntent'
21050
21064
  property :is_intent_from_orbit, as: 'isIntentFromOrbit'
21051
21065
  property :is_media_control_intent, as: 'isMediaControlIntent'
21066
+ property :is_media_intent, as: 'isMediaIntent'
21067
+ property :is_nsp_descoped_intent, as: 'isNspDescopedIntent'
21068
+ property :is_nsp_enabled_intent, as: 'isNspEnabledIntent'
21052
21069
  property :is_nsp_intent, as: 'isNspIntent'
21070
+ property :is_nsp_target_intent, as: 'isNspTargetIntent'
21053
21071
  property :is_play_generic_music, as: 'isPlayGenericMusic'
21054
21072
  property :is_podcast_generic_intent, as: 'isPodcastGenericIntent'
21055
21073
  property :is_podcast_intent, as: 'isPodcastIntent'
@@ -21740,8 +21758,6 @@ module Google
21740
21758
  collection :versionedscore, as: 'versionedscore', class: Google::Apis::ContentwarehouseV1::ClassifierPornSiteDataVersionedScore, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornSiteDataVersionedScore::Representation
21741
21759
 
21742
21760
  property :violence_score, as: 'violenceScore'
21743
- property :violence_stats, as: 'violenceStats', class: Google::Apis::ContentwarehouseV1::ClassifierPornSiteViolenceStats, decorator: Google::Apis::ContentwarehouseV1::ClassifierPornSiteViolenceStats::Representation
21744
-
21745
21761
  end
21746
21762
  end
21747
21763
 
@@ -21755,16 +21771,6 @@ module Google
21755
21771
  end
21756
21772
  end
21757
21773
 
21758
- class ClassifierPornSiteViolenceStats
21759
- # @private
21760
- class Representation < Google::Apis::Core::JsonRepresentation
21761
- property :mean_final_violence_score, as: 'meanFinalViolenceScore'
21762
- property :number_of_images, :numeric_string => true, as: 'numberOfImages'
21763
- property :number_of_videos, :numeric_string => true, as: 'numberOfVideos'
21764
- property :video_violence_score, as: 'videoViolenceScore'
21765
- end
21766
- end
21767
-
21768
21774
  class CloudAiPlatformTenantresourceCloudSqlInstanceConfig
21769
21775
  # @private
21770
21776
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -22184,6 +22190,7 @@ module Google
22184
22190
  property :experimental_qstar_delta_signal, as: 'experimentalQstarDeltaSignal'
22185
22191
  property :experimental_qstar_signal, as: 'experimentalQstarSignal'
22186
22192
  property :experimental_qstar_site_signal, as: 'experimentalQstarSiteSignal'
22193
+ property :experimental_web_health_signal, as: 'experimentalWebHealthSignal'
22187
22194
  property :low_quality, as: 'lowQuality'
22188
22195
  property :nav_demotion, as: 'navDemotion'
22189
22196
  property :nsr_confidence, as: 'nsrConfidence'
@@ -23705,7 +23712,6 @@ module Google
23705
23712
  class Representation < Google::Apis::Core::JsonRepresentation
23706
23713
  property :diffuse_color, as: 'diffuseColor', class: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoAppearanceMaterialRgbColor, decorator: Google::Apis::ContentwarehouseV1::GeostoreCityJsonProtoAppearanceMaterialRgbColor::Representation
23707
23714
 
23708
- property :is_null, as: 'isNull'
23709
23715
  property :is_smooth, as: 'isSmooth'
23710
23716
  property :name, as: 'name'
23711
23717
  property :shininess, as: 'shininess'
@@ -29009,11 +29015,14 @@ module Google
29009
29015
 
29010
29016
  property :document_build_time_msec, as: 'documentBuildTimeMsec'
29011
29017
  property :dropped_log_entry_count, as: 'droppedLogEntryCount'
29018
+ property :fetch_deadline_msec, as: 'fetchDeadlineMsec'
29012
29019
  property :image_encoding_time_msec, as: 'imageEncodingTimeMsec'
29013
29020
  property :image_scaling_time_msec, as: 'imageScalingTimeMsec'
29021
+ property :javascript_deadline_msec, as: 'javascriptDeadlineMsec'
29014
29022
  property :layout_time_msec, as: 'layoutTimeMsec'
29015
29023
  property :paint_time_msec, as: 'paintTimeMsec'
29016
29024
  property :render_cost_mgcu, as: 'renderCostMgcu'
29025
+ property :render_deadline_msec, as: 'renderDeadlineMsec'
29017
29026
  property :render_engine, as: 'renderEngine'
29018
29027
  property :render_running_time_msec, as: 'renderRunningTimeMsec'
29019
29028
  property :render_server_baseline_cl, :numeric_string => true, as: 'renderServerBaselineCl'
@@ -30764,6 +30773,8 @@ module Google
30764
30773
 
30765
30774
  property :creator, as: 'creator', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30766
30775
 
30776
+ property :creatorjoins_embedded_ugc_annotation, as: 'creatorjoinsEmbeddedUgcAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30777
+
30767
30778
  property :datacommons_datacommons_triples_signal, as: 'datacommonsDatacommonsTriplesSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30768
30779
 
30769
30780
  property :date_annotation_tags, as: 'dateAnnotationTags', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -30788,6 +30799,8 @@ module Google
30788
30799
 
30789
30800
  property :extracted_book_info, as: 'extractedBookInfo', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30790
30801
 
30802
+ property :fast_data_propagation_test_signal_content, as: 'fastDataPropagationTestSignalContent', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30803
+
30791
30804
  property :fatcat_compact_doc_classification, as: 'fatcatCompactDocClassification', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30792
30805
 
30793
30806
  property :fatcat_site_verticals_annotation, as: 'fatcatSiteVerticalsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -30802,6 +30815,8 @@ module Google
30802
30815
 
30803
30816
  property :freshbox_freshbox_article_annotation, as: 'freshboxFreshboxArticleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30804
30817
 
30818
+ property :geo_cars_vehicle_details_page_annotation, as: 'geoCarsVehicleDetailsPageAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30819
+
30805
30820
  property :geo_point_annotations, as: 'geoPointAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30806
30821
 
30807
30822
  property :geo_point_resolution, as: 'geoPointResolution', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -30928,6 +30943,8 @@ module Google
30928
30943
 
30929
30944
  property :indexing_centerpiece_centerpiece_checksums, as: 'indexingCenterpieceCenterpieceChecksums', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30930
30945
 
30946
+ property :indexing_centerpiece_centerpiece_unified_annotations, as: 'indexingCenterpieceCenterpieceUnifiedAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30947
+
30931
30948
  property :indexing_centerpiece_component_learning_source, as: 'indexingCenterpieceComponentLearningSource', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30932
30949
 
30933
30950
  property :indexing_centerpiece_section_title_annotations, as: 'indexingCenterpieceSectionTitleAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -30958,6 +30975,8 @@ module Google
30958
30975
 
30959
30976
  property :indexing_dups_localized_localized_cluster, as: 'indexingDupsLocalizedLocalizedCluster', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30960
30977
 
30978
+ property :indexing_dups_near_dups_result, as: 'indexingDupsNearDupsResult', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30979
+
30961
30980
  property :indexing_fresh_scheduler_fresh_scheduler_double_instant_extension, as: 'indexingFreshSchedulerFreshSchedulerDoubleInstantExtension', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
30962
30981
 
30963
30982
  property :indexing_fresh_scheduler_outlink_discovery_historical_hubs_signal, as: 'indexingFreshSchedulerOutlinkDiscoveryHistoricalHubsSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31032,6 +31051,8 @@ module Google
31032
31051
 
31033
31052
  property :indexing_selection_image_image_selection_attachment, as: 'indexingSelectionImageImageSelectionAttachment', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31034
31053
 
31054
+ property :indexing_selection_index_composition_experiment_extension, as: 'indexingSelectionIndexCompositionExperimentExtension', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31055
+
31035
31056
  property :indexing_selection_language_extension, as: 'indexingSelectionLanguageExtension', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31036
31057
 
31037
31058
  property :indexing_selection_prior_scorer_parameter_set, as: 'indexingSelectionPriorScorerParameterSet', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31042,6 +31063,8 @@ module Google
31042
31063
 
31043
31064
  property :indexing_selection_tensor_flow_extension, as: 'indexingSelectionTensorFlowExtension', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31044
31065
 
31066
+ property :indexing_service_firsttimes_crawl_firsttimes_signals, as: 'indexingServiceFirsttimesCrawlFirsttimesSignals', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31067
+
31045
31068
  property :indexing_signal_aggregator_url_pattern_signals, as: 'indexingSignalAggregatorUrlPatternSignals', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31046
31069
 
31047
31070
  property :indexing_signals_accumulated_online_signals, as: 'indexingSignalsAccumulatedOnlineSignals', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31114,6 +31137,294 @@ module Google
31114
31137
 
31115
31138
  property :knowledge_mining_shopping_twd_model_versions, as: 'knowledgeMiningShoppingTwdModelVersions', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31116
31139
 
31140
+ property :knowledge_mum_consumer_news_annotation, as: 'knowledgeMumConsumerNewsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31141
+
31142
+ property :knowledge_mum_dcu_accusatory_title_annotation, as: 'knowledgeMumDcuAccusatoryTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31143
+
31144
+ property :knowledge_mum_dcu_amusing_annotation, as: 'knowledgeMumDcuAmusingAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31145
+
31146
+ property :knowledge_mum_dcu_base_curiosity_annotation, as: 'knowledgeMumDcuBaseCuriosityAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31147
+
31148
+ property :knowledge_mum_dcu_base_curiosity_v2_annotation, as: 'knowledgeMumDcuBaseCuriosityV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31149
+
31150
+ property :knowledge_mum_dcu_base_curiosity_v3_annotation, as: 'knowledgeMumDcuBaseCuriosityV3Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31151
+
31152
+ property :knowledge_mum_dcu_beginner_annotation, as: 'knowledgeMumDcuBeginnerAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31153
+
31154
+ property :knowledge_mum_dcu_beginner_title_annotation, as: 'knowledgeMumDcuBeginnerTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31155
+
31156
+ property :knowledge_mum_dcu_boring_annotation, as: 'knowledgeMumDcuBoringAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31157
+
31158
+ property :knowledge_mum_dcu_boring_video_annotation, as: 'knowledgeMumDcuBoringVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31159
+
31160
+ property :knowledge_mum_dcu_boring_video_candidate_annotation, as: 'knowledgeMumDcuBoringVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31161
+
31162
+ property :knowledge_mum_dcu_broad_title_annotation, as: 'knowledgeMumDcuBroadTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31163
+
31164
+ property :knowledge_mum_dcu_broadly_consumable_annotation, as: 'knowledgeMumDcuBroadlyConsumableAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31165
+
31166
+ property :knowledge_mum_dcu_clickbait_plus_annotation, as: 'knowledgeMumDcuClickbaitPlusAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31167
+
31168
+ property :knowledge_mum_dcu_clickbait_plus_candidate_annotation, as: 'knowledgeMumDcuClickbaitPlusCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31169
+
31170
+ property :knowledge_mum_dcu_commercial_news_annotation, as: 'knowledgeMumDcuCommercialNewsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31171
+
31172
+ property :knowledge_mum_dcu_commercial_video_annotation, as: 'knowledgeMumDcuCommercialVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31173
+
31174
+ property :knowledge_mum_dcu_commercial_video_candidate_annotation, as: 'knowledgeMumDcuCommercialVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31175
+
31176
+ property :knowledge_mum_dcu_commercial_video_v2_annotation, as: 'knowledgeMumDcuCommercialVideoV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31177
+
31178
+ property :knowledge_mum_dcu_commercial_video_v2_candidate_annotation, as: 'knowledgeMumDcuCommercialVideoV2CandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31179
+
31180
+ property :knowledge_mum_dcu_complex_annotation, as: 'knowledgeMumDcuComplexAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31181
+
31182
+ property :knowledge_mum_dcu_cool_project_video_annotation, as: 'knowledgeMumDcuCoolProjectVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31183
+
31184
+ property :knowledge_mum_dcu_cool_project_video_candidate_annotation, as: 'knowledgeMumDcuCoolProjectVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31185
+
31186
+ property :knowledge_mum_dcu_cool_project_video_v2_annotation, as: 'knowledgeMumDcuCoolProjectVideoV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31187
+
31188
+ property :knowledge_mum_dcu_cool_project_video_v2_candidate_annotation, as: 'knowledgeMumDcuCoolProjectVideoV2CandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31189
+
31190
+ property :knowledge_mum_dcu_creative_video_annotation, as: 'knowledgeMumDcuCreativeVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31191
+
31192
+ property :knowledge_mum_dcu_creative_video_candidate_annotation, as: 'knowledgeMumDcuCreativeVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31193
+
31194
+ property :knowledge_mum_dcu_cute_short_video_annotation, as: 'knowledgeMumDcuCuteShortVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31195
+
31196
+ property :knowledge_mum_dcu_cute_short_video_candidate_annotation, as: 'knowledgeMumDcuCuteShortVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31197
+
31198
+ property :knowledge_mum_dcu_depressing_title_annotation, as: 'knowledgeMumDcuDepressingTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31199
+
31200
+ property :knowledge_mum_dcu_dietary_annotation, as: 'knowledgeMumDcuDietaryAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31201
+
31202
+ property :knowledge_mum_dcu_disaster_annotation, as: 'knowledgeMumDcuDisasterAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31203
+
31204
+ property :knowledge_mum_dcu_disaster_v2_annotation, as: 'knowledgeMumDcuDisasterV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31205
+
31206
+ property :knowledge_mum_dcu_discriminatory_annotation, as: 'knowledgeMumDcuDiscriminatoryAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31207
+
31208
+ property :knowledge_mum_dcu_disgusting_annotation, as: 'knowledgeMumDcuDisgustingAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31209
+
31210
+ property :knowledge_mum_dcu_disgusting_v2_annotation, as: 'knowledgeMumDcuDisgustingV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31211
+
31212
+ property :knowledge_mum_dcu_dismiss_ratio_user_behavior_annotation, as: 'knowledgeMumDcuDismissRatioUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31213
+
31214
+ property :knowledge_mum_dcu_distance_sensitive_annotation, as: 'knowledgeMumDcuDistanceSensitiveAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31215
+
31216
+ property :knowledge_mum_dcu_diy_project_video_annotation, as: 'knowledgeMumDcuDiyProjectVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31217
+
31218
+ property :knowledge_mum_dcu_diy_project_video_candidate_annotation, as: 'knowledgeMumDcuDiyProjectVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31219
+
31220
+ property :knowledge_mum_dcu_dqs_annotation, as: 'knowledgeMumDcuDqsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31221
+
31222
+ property :knowledge_mum_dcu_dramatic_title_annotation, as: 'knowledgeMumDcuDramaticTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31223
+
31224
+ property :knowledge_mum_dcu_dry_facts_annotation, as: 'knowledgeMumDcuDryFactsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31225
+
31226
+ property :knowledge_mum_dcu_easy_read_annotation, as: 'knowledgeMumDcuEasyReadAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31227
+
31228
+ property :knowledge_mum_dcu_educational_video_annotation, as: 'knowledgeMumDcuEducationalVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31229
+
31230
+ property :knowledge_mum_dcu_educational_video_candidate_annotation, as: 'knowledgeMumDcuEducationalVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31231
+
31232
+ property :knowledge_mum_dcu_engaging_video_annotation, as: 'knowledgeMumDcuEngagingVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31233
+
31234
+ property :knowledge_mum_dcu_engaging_video_candidate_annotation, as: 'knowledgeMumDcuEngagingVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31235
+
31236
+ property :knowledge_mum_dcu_engaging_video_v2_annotation, as: 'knowledgeMumDcuEngagingVideoV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31237
+
31238
+ property :knowledge_mum_dcu_engaging_video_v2_candidate_annotation, as: 'knowledgeMumDcuEngagingVideoV2CandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31239
+
31240
+ property :knowledge_mum_dcu_engaging_video_v3_annotation, as: 'knowledgeMumDcuEngagingVideoV3Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31241
+
31242
+ property :knowledge_mum_dcu_engaging_video_v3_candidate_annotation, as: 'knowledgeMumDcuEngagingVideoV3CandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31243
+
31244
+ property :knowledge_mum_dcu_engagingness_annotation, as: 'knowledgeMumDcuEngagingnessAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31245
+
31246
+ property :knowledge_mum_dcu_engagingness_le_annotation, as: 'knowledgeMumDcuEngagingnessLeAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31247
+
31248
+ property :knowledge_mum_dcu_engagingness_mm_annotation, as: 'knowledgeMumDcuEngagingnessMmAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31249
+
31250
+ property :knowledge_mum_dcu_enjoyable_muted_video_annotation, as: 'knowledgeMumDcuEnjoyableMutedVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31251
+
31252
+ property :knowledge_mum_dcu_enjoyable_muted_video_candidate_annotation, as: 'knowledgeMumDcuEnjoyableMutedVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31253
+
31254
+ property :knowledge_mum_dcu_entertaining_video_annotation, as: 'knowledgeMumDcuEntertainingVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31255
+
31256
+ property :knowledge_mum_dcu_entertaining_video_candidate_annotation, as: 'knowledgeMumDcuEntertainingVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31257
+
31258
+ property :knowledge_mum_dcu_factual_annotation, as: 'knowledgeMumDcuFactualAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31259
+
31260
+ property :knowledge_mum_dcu_flavor_annotation, as: 'knowledgeMumDcuFlavorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31261
+
31262
+ property :knowledge_mum_dcu_flavor_mm_annotation, as: 'knowledgeMumDcuFlavorMmAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31263
+
31264
+ property :knowledge_mum_dcu_flavor_mm_candidate_annotation, as: 'knowledgeMumDcuFlavorMmCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31265
+
31266
+ property :knowledge_mum_dcu_flavor_mm_v2_candidate_annotation, as: 'knowledgeMumDcuFlavorMmV2CandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31267
+
31268
+ property :knowledge_mum_dcu_fun_facts_annotation, as: 'knowledgeMumDcuFunFactsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31269
+
31270
+ property :knowledge_mum_dcu_fun_video_annotation, as: 'knowledgeMumDcuFunVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31271
+
31272
+ property :knowledge_mum_dcu_fun_video_candidate_annotation, as: 'knowledgeMumDcuFunVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31273
+
31274
+ property :knowledge_mum_dcu_funny_short_video_annotation, as: 'knowledgeMumDcuFunnyShortVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31275
+
31276
+ property :knowledge_mum_dcu_funny_short_video_candidate_annotation, as: 'knowledgeMumDcuFunnyShortVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31277
+
31278
+ property :knowledge_mum_dcu_gameplay_video_annotation, as: 'knowledgeMumDcuGameplayVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31279
+
31280
+ property :knowledge_mum_dcu_gameplay_video_candidate_annotation, as: 'knowledgeMumDcuGameplayVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31281
+
31282
+ property :knowledge_mum_dcu_good_commercial_annotation, as: 'knowledgeMumDcuGoodCommercialAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31283
+
31284
+ property :knowledge_mum_dcu_gossip_news_annotation, as: 'knowledgeMumDcuGossipNewsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31285
+
31286
+ property :knowledge_mum_dcu_heart_ratio_user_behavior_annotation, as: 'knowledgeMumDcuHeartRatioUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31287
+
31288
+ property :knowledge_mum_dcu_how_to_video_annotation, as: 'knowledgeMumDcuHowToVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31289
+
31290
+ property :knowledge_mum_dcu_how_to_video_candidate_annotation, as: 'knowledgeMumDcuHowToVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31291
+
31292
+ property :knowledge_mum_dcu_inspired_query_rate_annotation, as: 'knowledgeMumDcuInspiredQueryRateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31293
+
31294
+ property :knowledge_mum_dcu_inspiring_annotation, as: 'knowledgeMumDcuInspiringAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31295
+
31296
+ property :knowledge_mum_dcu_inspiring_title_annotation, as: 'knowledgeMumDcuInspiringTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31297
+
31298
+ property :knowledge_mum_dcu_inspiring_user_behavior_annotation, as: 'knowledgeMumDcuInspiringUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31299
+
31300
+ property :knowledge_mum_dcu_inspiring_v2_annotation, as: 'knowledgeMumDcuInspiringV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31301
+
31302
+ property :knowledge_mum_dcu_intelligent_annotation, as: 'knowledgeMumDcuIntelligentAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31303
+
31304
+ property :knowledge_mum_dcu_interview_video_annotation, as: 'knowledgeMumDcuInterviewVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31305
+
31306
+ property :knowledge_mum_dcu_interview_video_candidate_annotation, as: 'knowledgeMumDcuInterviewVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31307
+
31308
+ property :knowledge_mum_dcu_lecture_video_annotation, as: 'knowledgeMumDcuLectureVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31309
+
31310
+ property :knowledge_mum_dcu_lecture_video_candidate_annotation, as: 'knowledgeMumDcuLectureVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31311
+
31312
+ property :knowledge_mum_dcu_lifehack_video_annotation, as: 'knowledgeMumDcuLifehackVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31313
+
31314
+ property :knowledge_mum_dcu_lifehack_video_candidate_annotation, as: 'knowledgeMumDcuLifehackVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31315
+
31316
+ property :knowledge_mum_dcu_lifestyle_annotation, as: 'knowledgeMumDcuLifestyleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31317
+
31318
+ property :knowledge_mum_dcu_listicle_title_annotation, as: 'knowledgeMumDcuListicleTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31319
+
31320
+ property :knowledge_mum_dcu_mayhem_news_annotation, as: 'knowledgeMumDcuMayhemNewsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31321
+
31322
+ property :knowledge_mum_dcu_media_video_annotation, as: 'knowledgeMumDcuMediaVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31323
+
31324
+ property :knowledge_mum_dcu_media_video_candidate_annotation, as: 'knowledgeMumDcuMediaVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31325
+
31326
+ property :knowledge_mum_dcu_negative_tone_annotation, as: 'knowledgeMumDcuNegativeToneAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31327
+
31328
+ property :knowledge_mum_dcu_news_video_annotation, as: 'knowledgeMumDcuNewsVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31329
+
31330
+ property :knowledge_mum_dcu_news_video_candidate_annotation, as: 'knowledgeMumDcuNewsVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31331
+
31332
+ property :knowledge_mum_dcu_newsy_title_annotation, as: 'knowledgeMumDcuNewsyTitleAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31333
+
31334
+ property :knowledge_mum_dcu_opinion_pieces_annotation, as: 'knowledgeMumDcuOpinionPiecesAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31335
+
31336
+ property :knowledge_mum_dcu_personal_narrative_annotation, as: 'knowledgeMumDcuPersonalNarrativeAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31337
+
31338
+ property :knowledge_mum_dcu_practical_annotation, as: 'knowledgeMumDcuPracticalAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31339
+
31340
+ property :knowledge_mum_dcu_practical_video_annotation, as: 'knowledgeMumDcuPracticalVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31341
+
31342
+ property :knowledge_mum_dcu_practical_video_candidate_annotation, as: 'knowledgeMumDcuPracticalVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31343
+
31344
+ property :knowledge_mum_dcu_predicted_traffic_ratio_annotation, as: 'knowledgeMumDcuPredictedTrafficRatioAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31345
+
31346
+ property :knowledge_mum_dcu_product_review_video_annotation, as: 'knowledgeMumDcuProductReviewVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31347
+
31348
+ property :knowledge_mum_dcu_product_review_video_candidate_annotation, as: 'knowledgeMumDcuProductReviewVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31349
+
31350
+ property :knowledge_mum_dcu_profanity_annotation, as: 'knowledgeMumDcuProfanityAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31351
+
31352
+ property :knowledge_mum_dcu_profanity_v2_annotation, as: 'knowledgeMumDcuProfanityV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31353
+
31354
+ property :knowledge_mum_dcu_racy_annotation, as: 'knowledgeMumDcuRacyAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31355
+
31356
+ property :knowledge_mum_dcu_racy_v2_annotation, as: 'knowledgeMumDcuRacyV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31357
+
31358
+ property :knowledge_mum_dcu_real_life_tips_annotation, as: 'knowledgeMumDcuRealLifeTipsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31359
+
31360
+ property :knowledge_mum_dcu_remote_relevance_annotation, as: 'knowledgeMumDcuRemoteRelevanceAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31361
+
31362
+ property :knowledge_mum_dcu_reviews_annotation, as: 'knowledgeMumDcuReviewsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31363
+
31364
+ property :knowledge_mum_dcu_sensational_clickbait_annotation, as: 'knowledgeMumDcuSensationalClickbaitAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31365
+
31366
+ property :knowledge_mum_dcu_sensational_clickbait_v2_annotation, as: 'knowledgeMumDcuSensationalClickbaitV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31367
+
31368
+ property :knowledge_mum_dcu_sensational_clickbait_v3_annotation, as: 'knowledgeMumDcuSensationalClickbaitV3Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31369
+
31370
+ property :knowledge_mum_dcu_sexual_user_behavior_annotation, as: 'knowledgeMumDcuSexualUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31371
+
31372
+ property :knowledge_mum_dcu_share_ratio_user_behavior_annotation, as: 'knowledgeMumDcuShareRatioUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31373
+
31374
+ property :knowledge_mum_dcu_staleness_annotation, as: 'knowledgeMumDcuStalenessAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31375
+
31376
+ property :knowledge_mum_dcu_story_annotation, as: 'knowledgeMumDcuStoryAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31377
+
31378
+ property :knowledge_mum_dcu_storytelling_video_annotation, as: 'knowledgeMumDcuStorytellingVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31379
+
31380
+ property :knowledge_mum_dcu_storytelling_video_candidate_annotation, as: 'knowledgeMumDcuStorytellingVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31381
+
31382
+ property :knowledge_mum_dcu_thought_provoking_annotation, as: 'knowledgeMumDcuThoughtProvokingAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31383
+
31384
+ property :knowledge_mum_dcu_thought_provoking_v2_annotation, as: 'knowledgeMumDcuThoughtProvokingV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31385
+
31386
+ property :knowledge_mum_dcu_time_sensitive_annotation, as: 'knowledgeMumDcuTimeSensitiveAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31387
+
31388
+ property :knowledge_mum_dcu_timeless_annotation, as: 'knowledgeMumDcuTimelessAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31389
+
31390
+ property :knowledge_mum_dcu_timeless_video_annotation, as: 'knowledgeMumDcuTimelessVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31391
+
31392
+ property :knowledge_mum_dcu_timeless_video_candidate_annotation, as: 'knowledgeMumDcuTimelessVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31393
+
31394
+ property :knowledge_mum_dcu_trailer_video_annotation, as: 'knowledgeMumDcuTrailerVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31395
+
31396
+ property :knowledge_mum_dcu_trailer_video_candidate_annotation, as: 'knowledgeMumDcuTrailerVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31397
+
31398
+ property :knowledge_mum_dcu_useful_user_behavior_annotation, as: 'knowledgeMumDcuUsefulUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31399
+
31400
+ property :knowledge_mum_dcu_useful_video_annotation, as: 'knowledgeMumDcuUsefulVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31401
+
31402
+ property :knowledge_mum_dcu_useful_video_candidate_annotation, as: 'knowledgeMumDcuUsefulVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31403
+
31404
+ property :knowledge_mum_dcu_video_flavor_annotation, as: 'knowledgeMumDcuVideoFlavorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31405
+
31406
+ property :knowledge_mum_dcu_violence_annotation, as: 'knowledgeMumDcuViolenceAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31407
+
31408
+ property :knowledge_mum_dcu_violence_v2_annotation, as: 'knowledgeMumDcuViolenceV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31409
+
31410
+ property :knowledge_mum_dcu_violent_or_disgusting_user_behavior_annotation, as: 'knowledgeMumDcuViolentOrDisgustingUserBehaviorAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31411
+
31412
+ property :knowledge_mum_dcu_visually_engaging_annotation, as: 'knowledgeMumDcuVisuallyEngagingAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31413
+
31414
+ property :knowledge_mum_dcu_visually_engaging_v2_annotation, as: 'knowledgeMumDcuVisuallyEngagingV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31415
+
31416
+ property :knowledge_mum_dcu_vlog_video_annotation, as: 'knowledgeMumDcuVlogVideoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31417
+
31418
+ property :knowledge_mum_dcu_vlog_video_candidate_annotation, as: 'knowledgeMumDcuVlogVideoCandidateAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31419
+
31420
+ property :knowledge_mum_dcu_well_written_annotation, as: 'knowledgeMumDcuWellWrittenAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31421
+
31422
+ property :knowledge_mum_dcu_withholding_info_annotation, as: 'knowledgeMumDcuWithholdingInfoAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31423
+
31424
+ property :knowledge_mum_dcu_withholding_info_v2_annotation, as: 'knowledgeMumDcuWithholdingInfoV2Annotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31425
+
31426
+ property :knowledge_mum_dcu_worthy_headline_news_annotation, as: 'knowledgeMumDcuWorthyHeadlineNewsAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31427
+
31117
31428
  property :knowledge_mum_story_teaser_annotation, as: 'knowledgeMumStoryTeaserAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31118
31429
 
31119
31430
  property :knowledge_mum_storytime_stamp_engagement_annotation, as: 'knowledgeMumStorytimeStampEngagementAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31144,12 +31455,16 @@ module Google
31144
31455
 
31145
31456
  property :modern_format_content, as: 'modernFormatContent', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31146
31457
 
31458
+ property :multiverse_hub_spokes_signal, as: 'multiverseHubSpokesSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31459
+
31147
31460
  property :nav_boost_document, as: 'navBoostDocument', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31148
31461
 
31149
31462
  property :navboost, as: 'navboost', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31150
31463
 
31151
31464
  property :news_annotations_content_annotations, as: 'newsAnnotationsContentAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31152
31465
 
31466
+ property :news_corpus_differentiated_content_annotation, as: 'newsCorpusDifferentiatedContentAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31467
+
31153
31468
  property :news_corpus_hub_page_annotations, as: 'newsCorpusHubPageAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31154
31469
 
31155
31470
  property :news_corpus_leaf_page_annotation, as: 'newsCorpusLeafPageAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31310,6 +31625,8 @@ module Google
31310
31625
 
31311
31626
  property :quality_chard_predicted_xlq, as: 'qualityChardPredictedXlq', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31312
31627
 
31628
+ property :quality_chard_predicted_xlq_severe_hoax, as: 'qualityChardPredictedXlqSevereHoax', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31629
+
31313
31630
  property :quality_contra_selected_attributions, as: 'qualityContraSelectedAttributions', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31314
31631
 
31315
31632
  property :quality_copia_firefly_site_info, as: 'qualityCopiaFireflySiteInfo', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31334,6 +31651,12 @@ module Google
31334
31651
 
31335
31652
  property :quality_explore_queryable_feed_topic_feed_scoring_signals, as: 'qualityExploreQueryableFeedTopicFeedScoringSignals', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31336
31653
 
31654
+ property :quality_flavors_flavor_set, as: 'qualityFlavorsFlavorSet', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31655
+
31656
+ property :quality_forumranking_ugc_page_quality_document_annotation, as: 'qualityForumrankingUgcPageQualityDocumentAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31657
+
31658
+ property :quality_freshness_abacus_instant_nav_boost_document_anon, as: 'qualityFreshnessAbacusInstantNavBoostDocumentAnon', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31659
+
31337
31660
  property :quality_freshness_abacus_instant_negative_clicks_info, as: 'qualityFreshnessAbacusInstantNegativeClicksInfo', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31338
31661
 
31339
31662
  property :quality_fringe_fringe_query_prior, as: 'qualityFringeFringeQueryPrior', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31354,6 +31677,12 @@ module Google
31354
31677
 
31355
31678
  property :quality_lisztomania_document, as: 'qualityLisztomaniaDocument', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31356
31679
 
31680
+ property :quality_modern_proto_ucp_doc_info, as: 'qualityModernProtoUcpDocInfo', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31681
+
31682
+ property :quality_modern_proto_ucp_serving_data, as: 'qualityModernProtoUcpServingData', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31683
+
31684
+ property :quality_natural_pearls_natural_pearls_document_annotation, as: 'qualityNaturalPearlsNaturalPearlsDocumentAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31685
+
31357
31686
  property :quality_navboost_craps_craps_data, as: 'qualityNavboostCrapsCrapsData', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31358
31687
 
31359
31688
  property :quality_navboost_craps_craps_pattern_signal, as: 'qualityNavboostCrapsCrapsPatternSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31396,10 +31725,14 @@ module Google
31396
31725
 
31397
31726
  property :quality_peoplesearch_namedetector_name_occurrence_annotations, as: 'qualityPeoplesearchNamedetectorNameOccurrenceAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31398
31727
 
31728
+ property :quality_peoplesearch_namedetector_navboost_name_annotations, as: 'qualityPeoplesearchNamedetectorNavboostNameAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31729
+
31399
31730
  property :quality_popfeeds_chrome_background_annotation, as: 'qualityPopfeedsChromeBackgroundAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31400
31731
 
31401
31732
  property :quality_popfeeds_hub_data_annotations, as: 'qualityPopfeedsHubDataAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31402
31733
 
31734
+ property :quality_popfeeds_topic_stats_topic_score_annotation, as: 'qualityPopfeedsTopicStatsTopicScoreAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31735
+
31403
31736
  property :quality_popfeeds_url_prediction_annotations, as: 'qualityPopfeedsUrlPredictionAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31404
31737
 
31405
31738
  property :quality_popfeeds_url_source_annotations, as: 'qualityPopfeedsUrlSourceAnnotations', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31446,6 +31779,8 @@ module Google
31446
31779
 
31447
31780
  property :quality_sherlock_knex_annotation, as: 'qualitySherlockKnexAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31448
31781
 
31782
+ property :quality_shopping_dtc_domains_signal, as: 'qualityShoppingDtcDomainsSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31783
+
31449
31784
  property :quality_shopping_product_review, as: 'qualityShoppingProductReview', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31450
31785
 
31451
31786
  property :quality_shopping_product_review_page, as: 'qualityShoppingProductReviewPage', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31562,6 +31897,8 @@ module Google
31562
31897
 
31563
31898
  property :repository_updater_index_selection_attachment, as: 'repositoryUpdaterIndexSelectionAttachment', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31564
31899
 
31900
+ property :repository_webref_author_extraction_annotation, as: 'repositoryWebrefAuthorExtractionAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31901
+
31565
31902
  property :repository_webref_entity_join, as: 'repositoryWebrefEntityJoin', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31566
31903
 
31567
31904
  property :repository_webref_experimental_webref_entities_attachment, as: 'repositoryWebrefExperimentalWebrefEntitiesAttachment', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31574,6 +31911,8 @@ module Google
31574
31911
 
31575
31912
  property :repository_webref_page_classification_signals_set, as: 'repositoryWebrefPageClassificationSignalsSet', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31576
31913
 
31914
+ property :repository_webref_pianno_document_intent, as: 'repositoryWebrefPiannoDocumentIntent', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31915
+
31577
31916
  property :repository_webref_pianno_document_intents, as: 'repositoryWebrefPiannoDocumentIntents', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31578
31917
 
31579
31918
  property :repository_webref_pianno_tv_season_episode, as: 'repositoryWebrefPiannoTvSeasonEpisode', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31724,6 +32063,8 @@ module Google
31724
32063
 
31725
32064
  property :travel_assistant_travel_doc_classification, as: 'travelAssistantTravelDocClassification', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31726
32065
 
32066
+ property :trawler_effective_robots_content, as: 'trawlerEffectiveRobotsContent', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
32067
+
31727
32068
  property :ucp_signal, as: 'ucpSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31728
32069
 
31729
32070
  property :udr_converter_document_shopping_data, as: 'udrConverterDocumentShoppingData', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -31766,6 +32107,8 @@ module Google
31766
32107
 
31767
32108
  property :video_scoring_signal, as: 'videoScoringSignal', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31768
32109
 
32110
+ property :video_shopping_video_shopping_annotation, as: 'videoShoppingVideoShoppingAnnotation', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
32111
+
31769
32112
  property :video_web_gallery, as: 'videoWebGallery', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
31770
32113
 
31771
32114
  property :video_youtube_live_cardio_cardio_stats, as: 'videoYoutubeLiveCardioCardioStats', class: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo, decorator: Google::Apis::ContentwarehouseV1::IndexingDocjoinerDataVersionVersionInfo::Representation
@@ -32875,6 +33218,8 @@ module Google
32875
33218
 
32876
33219
  collection :deprecated_freebase_type, as: 'deprecatedFreebaseType'
32877
33220
  collection :deprecated_supporting_mid, as: 'deprecatedSupportingMid'
33221
+ property :entity_card_signals, as: 'entityCardSignals', class: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryEntityCardSignals, decorator: Google::Apis::ContentwarehouseV1::KnowledgeAnswersIntentQueryEntityCardSignals::Representation
33222
+
32878
33223
  property :entity_number, as: 'entityNumber'
32879
33224
  collection :entity_relationship, as: 'entityRelationship', class: Google::Apis::ContentwarehouseV1::NlpSemanticParsingQRefAnnotationEntityRelationship, decorator: Google::Apis::ContentwarehouseV1::NlpSemanticParsingQRefAnnotationEntityRelationship::Representation
32880
33225
 
@@ -33090,6 +33435,13 @@ module Google
33090
33435
  end
33091
33436
  end
33092
33437
 
33438
+ class KnowledgeAnswersIntentQueryEntityCardSignals
33439
+ # @private
33440
+ class Representation < Google::Apis::Core::JsonRepresentation
33441
+ property :parent_collection_id, as: 'parentCollectionId'
33442
+ end
33443
+ end
33444
+
33093
33445
  class KnowledgeAnswersIntentQueryFreetextAnnotationSignals
33094
33446
  # @private
33095
33447
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -38798,11 +39150,20 @@ module Google
38798
39150
  class PhotosHdrMetadata
38799
39151
  # @private
38800
39152
  class Representation < Google::Apis::Core::JsonRepresentation
39153
+ property :base_format, as: 'baseFormat', class: Google::Apis::ContentwarehouseV1::PhotosHdrMetadataBaseFormat, decorator: Google::Apis::ContentwarehouseV1::PhotosHdrMetadataBaseFormat::Representation
39154
+
38801
39155
  property :gainmap, as: 'gainmap', class: Google::Apis::ContentwarehouseV1::PhotosHdrMetadataGainmap, decorator: Google::Apis::ContentwarehouseV1::PhotosHdrMetadataGainmap::Representation
38802
39156
 
38803
39157
  end
38804
39158
  end
38805
39159
 
39160
+ class PhotosHdrMetadataBaseFormat
39161
+ # @private
39162
+ class Representation < Google::Apis::Core::JsonRepresentation
39163
+ property :hdr_color_space, as: 'hdrColorSpace'
39164
+ end
39165
+ end
39166
+
38806
39167
  class PhotosHdrMetadataGainmap
38807
39168
  # @private
38808
39169
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -39894,6 +40255,7 @@ module Google
39894
40255
  property :encoded_predicted_xlq_score_and_confidence, as: 'encodedPredictedXlqScoreAndConfidence'
39895
40256
  property :encoded_proximity_score, as: 'encodedProximityScore'
39896
40257
  property :encoded_pseudorater_pxlq_score, as: 'encodedPseudoraterPxlqScore'
40258
+ property :politics_page_gov_site, as: 'politicsPageGovSite'
39897
40259
  collection :sensitive_entities_indices, as: 'sensitiveEntitiesIndices'
39898
40260
  collection :sensitive_entities_mids, as: 'sensitiveEntitiesMids'
39899
40261
  end
@@ -40188,7 +40550,6 @@ module Google
40188
40550
  property :site_link_in, as: 'siteLinkIn'
40189
40551
  property :site_link_out, as: 'siteLinkOut'
40190
40552
  property :site_pr, as: 'sitePr'
40191
- property :site_quality_stddev, as: 'siteQualityStddev'
40192
40553
  collection :site_quality_stddevs, as: 'siteQualityStddevs', class: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal, decorator: Google::Apis::ContentwarehouseV1::QualityNsrVersionedFloatSignal::Representation
40193
40554
 
40194
40555
  property :small_personal_site, as: 'smallPersonalSite'
@@ -40275,7 +40636,6 @@ module Google
40275
40636
  collection :subchunk_data, as: 'subchunkData', class: Google::Apis::ContentwarehouseV1::QualityNsrPqDataSubchunkData, decorator: Google::Apis::ContentwarehouseV1::QualityNsrPqDataSubchunkData::Representation
40276
40637
 
40277
40638
  property :tofu, as: 'tofu'
40278
- property :unversioned_rhubarb, as: 'unversionedRhubarb'
40279
40639
  property :url_autopilot_score, as: 'urlAutopilotScore'
40280
40640
  property :vlq, as: 'vlq'
40281
40641
  end
@@ -41494,6 +41854,7 @@ module Google
41494
41854
  property :image_data, as: 'imageData', class: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImageData, decorator: Google::Apis::ContentwarehouseV1::QualityCalypsoAppsUniversalImageData::Representation
41495
41855
 
41496
41856
  property :in_app_purchase, as: 'inAppPurchase'
41857
+ property :is_battlestar_title, as: 'isBattlestarTitle'
41497
41858
  property :is_default_lang_locale, as: 'isDefaultLangLocale'
41498
41859
  property :lang_locale, as: 'langLocale'
41499
41860
  property :last_updated, as: 'lastUpdated'
@@ -43069,7 +43430,6 @@ module Google
43069
43430
  # @private
43070
43431
  class Representation < Google::Apis::Core::JsonRepresentation
43071
43432
  property :idf, as: 'idf'
43072
- property :plural_prob, as: 'pluralProb'
43073
43433
  end
43074
43434
  end
43075
43435
 
@@ -49076,10 +49436,25 @@ module Google
49076
49436
  end
49077
49437
  end
49078
49438
 
49439
+ class WwwResultInfoMinimalAestheticsAdjusterInfo
49440
+ # @private
49441
+ class Representation < Google::Apis::Core::JsonRepresentation
49442
+ property :boost, as: 'boost'
49443
+ property :deep_tag_collage_boost, as: 'deepTagCollageBoost'
49444
+ property :deep_tag_collage_score, as: 'deepTagCollageScore'
49445
+ property :eq_boost, as: 'eqBoost'
49446
+ property :eq_expansion_organic_boost, as: 'eqExpansionOrganicBoost'
49447
+ property :eq_expansion_star, as: 'eqExpansionStar'
49448
+ property :tq_boost, as: 'tqBoost'
49449
+ end
49450
+ end
49451
+
49079
49452
  class WwwResultInfoSubImageDocInfo
49080
49453
  # @private
49081
49454
  class Representation < Google::Apis::Core::JsonRepresentation
49082
49455
  collection :additional_safesearch_signals, as: 'additionalSafesearchSignals'
49456
+ property :aesthetics_adjuster_info, as: 'aestheticsAdjusterInfo', class: Google::Apis::ContentwarehouseV1::WwwResultInfoMinimalAestheticsAdjusterInfo, decorator: Google::Apis::ContentwarehouseV1::WwwResultInfoMinimalAestheticsAdjusterInfo::Representation
49457
+
49083
49458
  property :best_thumbnail_type, as: 'bestThumbnailType'
49084
49459
  property :crops, as: 'crops'
49085
49460
  property :deep_crop_bytes, :base64 => true, as: 'deepCropBytes'
@@ -49095,6 +49470,7 @@ module Google
49095
49470
  property :height50k, as: 'height50k'
49096
49471
  property :human_model_score, as: 'humanModelScore'
49097
49472
  property :image_url, as: 'imageUrl'
49473
+ property :ocr_tokens_count, as: 'ocrTokensCount'
49098
49474
  property :pamir_normalized_score, as: 'pamirNormalizedScore'
49099
49475
  property :porn_signals, as: 'pornSignals'
49100
49476
  property :safe_for_universal, as: 'safeForUniversal'