GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextDetectionConfig (google_api_video_intelligence v0.33.0)

View Source

Config for TEXT_DETECTION.

Attributes

  • languageHints (type: list(String.t), default: nil) - Language hint can be specified if the language to be detected is known a priori. It can increase the accuracy of the detection. Language hint must be language code in BCP-47 format. Automatic language detection is performed if no hint is provided.
  • model (type: String.t, default: nil) - Model to use for text detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_TextDetectionConfig{
    languageHints: [String.t()] | nil,
    model: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.