Class: Google::Cloud::Vision::V1::TextAnnotation::TextProperty

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb

Overview

Additional information detected on the structural component.

Instance Attribute Summary collapse

Instance Attribute Details

#detected_breakGoogle::Cloud::Vision::V1::TextAnnotation::DetectedBreak

Returns Detected start or end of a text segment.

Returns:



82
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 82

class TextProperty; end

#detected_languagesArray<Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>

Returns A list of detected languages together with confidence.

Returns:



82
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/text_annotation.rb', line 82

class TextProperty; end