Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 794 Bytes

Stats.md

File metadata and controls

14 lines (9 loc) · 794 Bytes

Stats

Properties

Name Type Description Notes
search_count Option<i32> Count of suggested sentences in response. [optional]
autocomplete_response Option<i64> Time in milliseconds taken by autocomplete service to handle request and send response. [optional]
extended_attributes_count Option<i32> Count of extended attributes in autocomplete response. [optional]
extended_attributes_response Option<i64> Time in milliseconds taken by application to enrich response with extended attributes. [optional]

[Back to Model list] [Back to API list] [Back to README]