VideoContentSearchOnScreenTextClusterFeature

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextClusterFeature


Table of Contents ▼

Jump to a specific part of the page:

Description

Features for the set of OnScreenText.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. averageConfidence (type: number(), default: nil)
    - Average confidence.
  2. averageDurationRatio (type: number(), default: nil)
    -
  3. averageHorizontalPosition (type: number(), default: nil)
    -
  4. averageOcrTextLength (type: number(), default: nil)
    - Deprecated. Please use ocr_text_length_stats.median instead. The average length of anchor labels. average_ocr_text_length is deprecated, because now ocr_text_length_stats has a field for holding the same value.
  5. averageOfAverageTextHeightRatio (type: number(), default: nil)
    - Deprecated. Please use text_height_ratio_stats.mean instead. Average value of text height ratio (over image height), which is taken average over the same text. average_of_average_text_height_ratio is deprecated, because now text_height_ratio_stats has a field for keeping the same value.
  6. averageVerticalPosition (type: number(), default: nil)
    - Average of label center position.
  7. clusterRatio (type: number(), default: nil)
    - The number of anchors in the cluster over the number of anchors in the video.
  8. clusterSize (type: integer(), default: nil)
    - The number of anchors in the cluster.
  9. countingNumberRatio (type: number(), default: nil)
    - The number of anchors that had a counting number over the number of anchors in total.
  10. durationMsStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Median, average and standard deviation of duration_ms among anchors in the same cluster.
  11. frameSizeRatio (type: number(), default: nil)
    - Frame size ratio over total frames in video.
  12. logOcrTextLengthStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Average and standard deviation of logarithm of the length of labels among anchors in the same cluster.
  13. logTextHeightRatioStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Average and standard deviation of log(average_text_height_ratio) among anchors in the same cluster.
  14. logp1000DurationMsStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Average and standard deviation of log(1000 + duration_ms) among anchors in the same cluster. Since duration_ms can be zero, 1000 is added before applying logarithm.
  15. maxVideoDurationRatioBetweenAnchors (type: number(), default: nil)
    - The maximum ratio of duration between two consecutive anchors to video duration. This is calculated after all anchor filtering has been completed.
  16. maximumDurationRatio (type: number(), default: nil)
    - Stats for ratio of frame time intervals, over total video time.
  17. medianClusteringDistance (type: number(), default: nil)
    - The median cluster distance for the anchors in the cluster. The way the distance is calculated will vary depending on the clustering method.
  18. medianDurationRatio (type: number(), default: nil)
    -
  19. medianOfAverageTextHeightRatio (type: number(), default: nil)
    - Deprecated. Please use text_height_ratio_stats.median instead. Median value of text height ratio (over image height), which is taken average over the same text. median_of_average_text_height_ratio is deprecated, because now text_height_ratio_stats has a field for keeping the same value.
  20. ocrAsrFeature (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrSetFeature, default: nil)
    - Features for the overlap between OCR and ASR.
  21. ocrTextLengthStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Median, average and standard deviation of the length of labels among anchors in the same cluster.
  22. stddevDurationRatio (type: number(), default: nil)
    -
  23. textHeightRatioStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - Median, average and standard deviation of average_text_height_ratio among anchors in the same cluster.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextClusterFeature{
averageConfidence: number() | nil,
averageDurationRatio: number() | nil,
averageHorizontalPosition: number() | nil,
averageOcrTextLength: number() | nil,
averageOfAverageTextHeightRatio: number() | nil,
averageVerticalPosition: number() | nil,
clusterRatio: number() | nil,
clusterSize: integer() | nil,
countingNumberRatio: number() | nil,
durationMsStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
frameSizeRatio: number() | nil,
logOcrTextLengthStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
logTextHeightRatioStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
logp1000DurationMsStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
maxVideoDurationRatioBetweenAnchors: number() | nil,
maximumDurationRatio: number() | nil,
medianClusteringDistance: number() | nil,
medianDurationRatio: number() | nil,
medianOfAverageTextHeightRatio: number() | nil,
ocrAsrFeature: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrAsrSetFeature.t() | nil,
ocrTextLengthStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
stddevDurationRatio: number() | nil,
textHeightRatioStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOnScreenTextClusterFeature