### YamlMime:JavaType uid: "com.azure.search.models.SuggestResult" fullName: "com.azure.search.models.SuggestResult" name: "SuggestResult" nameWithType: "SuggestResult" summary: "A result containing a document found by a suggestion query, plus associated metadata." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SuggestResult**" constructors: - uid: "com.azure.search.models.SuggestResult.SuggestResult()" fullName: "com.azure.search.models.SuggestResult.SuggestResult()" name: "SuggestResult()" nameWithType: "SuggestResult.SuggestResult()" syntax: "public SuggestResult()" methods: - uid: "com.azure.search.models.SuggestResult.getDocument()" fullName: "com.azure.search.models.SuggestResult.getDocument()" name: "getDocument()" nameWithType: "SuggestResult.getDocument()" summary: "Get the additionalProperties property: Unmatched properties from the message are deserialized this collection." syntax: "public SearchDocument getDocument()" desc: "Get the additionalProperties property: Unmatched properties from the message are deserialized this collection." returns: description: "the additionalProperties value." type: "" - uid: "com.azure.search.models.SuggestResult.getText()" fullName: "com.azure.search.models.SuggestResult.getText()" name: "getText()" nameWithType: "SuggestResult.getText()" summary: "Get the text property: The text of the suggestion result." syntax: "public String getText()" desc: "Get the text property: The text of the suggestion result." returns: description: "the text value." type: "String" type: "class" desc: "A result containing a document found by a suggestion query, plus associated metadata." metadata: {} package: "com.azure.search.models" artifact: com.azure:azure-search:11.0.0-beta.1