Reference documentation and code samples for the Cloud Vision V1 API class Google::Cloud::Vision::V1::TextAnnotation::TextProperty.
Additional information detected on the structural component.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#detected_break
def detected_break() -> ::Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak
Returns
- (::Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak) — Detected start or end of a text segment.
#detected_break=
def detected_break=(value) -> ::Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak
Parameter
- value (::Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak) — Detected start or end of a text segment.
Returns
- (::Google::Cloud::Vision::V1::TextAnnotation::DetectedBreak) — Detected start or end of a text segment.
#detected_languages
def detected_languages() -> ::Array<::Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>
Returns
- (::Array<::Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>) — A list of detected languages together with confidence.
#detected_languages=
def detected_languages=(value) -> ::Array<::Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>
Parameter
- value (::Array<::Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>) — A list of detected languages together with confidence.
Returns
- (::Array<::Google::Cloud::Vision::V1::TextAnnotation::DetectedLanguage>) — A list of detected languages together with confidence.