Class ListRecognizersRequest (2.16.1)

ListRecognizersRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the ListRecognizers method.

Attributes

NameDescription
parent str
Required. The project and location of Recognizers to list. The expected format is ``projects/{project}/locations/{location}``.
page_size int
The maximum number of Recognizers to return. The service may return fewer than this value. If unspecified, at most 20 Recognizers will be returned. The maximum value is 20; values above 20 will be coerced to 20.
page_token str
A page token, received from a previous ListRecognizers call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRecognizers must match the call that provided the page token.
show_deleted bool
Whether, or not, to show resources that have been deleted.

Inheritance

builtins.object > proto.message.Message > ListRecognizersRequest