\Google\Photos\Library\V1TextEnrichment

An enrichment containing text.

Generated from protobuf message google.photos.library.v1.TextEnrichment

Summary

Methods
Properties
Constants
__construct()
getText()
setText()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$text
N/A

Properties

$text

$text : 

Text for this enrichment item.

Generated from protobuf field string text = 1;

Type

Methods

__construct()

__construct(array  $data = NULL) 

Constructor.

Parameters

array $data

{ Optional. Data for populating the Message object.

@type string $text
      Text for this enrichment item.

}

getText()

getText() : string

Text for this enrichment item.

Generated from protobuf field string text = 1;

Returns

string

setText()

setText(string  $var) : $this

Text for this enrichment item.

Generated from protobuf field string text = 1;

Parameters

string $var

Returns

$this