Cloud Video Intelligence V1 Client - Class TextAnnotation (2.0.5)

Reference documentation and code samples for the Cloud Video Intelligence V1 Client class TextAnnotation.

Annotations related to one detected OCR text snippet. This will contain the corresponding text, confidence value, and frame level information for each detection.

Generated from protobuf message google.cloud.videointelligence.v1.TextAnnotation

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ text
string

The detected text.

↳ segments
array< TextSegment >

All video segments where OCR detected text appears.

↳ version
string

Feature version.

getText

The detected text.

Returns
Type
Description
string

setText

The detected text.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getSegments

All video segments where OCR detected text appears.

Returns
Type
Description

setSegments

All video segments where OCR detected text appears.

Parameter
Name
Description
var
array< TextSegment >
Returns
Type
Description
$this

getVersion

Feature version.

Returns
Type
Description
string

setVersion

Feature version.

Parameter
Name
Description
var
string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: