Class: Google::Cloud::VideoIntelligence::V1p2beta1::TextDetectionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb

Overview

Config for TEXT_DETECTION.

Instance Attribute Summary collapse

Instance Attribute Details

#language_hints::Array<::String>

Returns 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.

Returns:

  • (::Array<::String>)

    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.



140
141
142
143
# File 'proto_docs/google/cloud/videointelligence/v1p2beta1/video_intelligence.rb', line 140

class TextDetectionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end