Cloud Video Intelligence V1 Client - Class TextSegment (1.13.1)

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

Video segment level annotation results for text detection.

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

Namespace

Google \ Cloud \ VideoIntelligence \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ segment Google\Cloud\VideoIntelligence\V1\VideoSegment

Video segment where a text snippet was detected.

↳ confidence float

Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.

↳ frames array<Google\Cloud\VideoIntelligence\V1\TextFrame>

Information related to the frames where OCR detected text appears.

getSegment

Video segment where a text snippet was detected.

Returns
TypeDescription
Google\Cloud\VideoIntelligence\V1\VideoSegment|null

hasSegment

clearSegment

setSegment

Video segment where a text snippet was detected.

Parameter
NameDescription
var Google\Cloud\VideoIntelligence\V1\VideoSegment
Returns
TypeDescription
$this

getConfidence

Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.

Returns
TypeDescription
float

setConfidence

Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getFrames

Information related to the frames where OCR detected text appears.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFrames

Information related to the frames where OCR detected text appears.

Parameter
NameDescription
var array<Google\Cloud\VideoIntelligence\V1\TextFrame>
Returns
TypeDescription
$this