### YamlMime:JavaType uid: "com.azure.search.documents.models.ScoringParameter" fullName: "com.azure.search.documents.models.ScoringParameter" name: "ScoringParameter" nameWithType: "ScoringParameter" summary: "Represents a parameter value to be used in scoring functions (for example, referencePointParameter)." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **ScoringParameter**" constructors: - uid: "com.azure.search.documents.models.ScoringParameter.ScoringParameter(java.lang.String)" fullName: "com.azure.search.documents.models.ScoringParameter.ScoringParameter(String nameValuePair)" name: "ScoringParameter(String nameValuePair)" nameWithType: "ScoringParameter.ScoringParameter(String nameValuePair)" summary: "Constructor to take name value pair string of ScoringParameter." parameters: - description: "The dash separated name value pairs." name: "nameValuePair" type: "String" syntax: "public ScoringParameter(String nameValuePair)" desc: "Constructor to take name value pair string of ScoringParameter. Name and values are separated by dash, and values are separared by comma." - uid: "com.azure.search.documents.models.ScoringParameter.ScoringParameter(java.lang.String,com.azure.core.models.GeoPoint)" fullName: "com.azure.search.documents.models.ScoringParameter.ScoringParameter(String name, GeoPoint value)" name: "ScoringParameter(String name, GeoPoint value)" nameWithType: "ScoringParameter.ScoringParameter(String name, GeoPoint value)" summary: "Initializes a new instance of the ScoringParameter class with the given name and GeographyPoint value." parameters: - description: "Name of the scoring parameter." name: "name" type: "String" - description: "Value of the scoring parameter." name: "value" type: "" syntax: "public ScoringParameter(String name, GeoPoint value)" desc: "Initializes a new instance of the ScoringParameter class with the given name and GeographyPoint value." - uid: "com.azure.search.documents.models.ScoringParameter.ScoringParameter(java.lang.String,java.util.List)" fullName: "com.azure.search.documents.models.ScoringParameter.ScoringParameter(String name, List values)" name: "ScoringParameter(String name, List values)" nameWithType: "ScoringParameter.ScoringParameter(String name, List values)" summary: "Initializes a new instance of the ScoringParameter class with the given name and string values." parameters: - description: "Name of the scoring parameter." name: "name" type: "String" - description: "Values of the scoring parameter." name: "values" type: "List<String>" syntax: "public ScoringParameter(String name, List values)" desc: "Initializes a new instance of the ScoringParameter class with the given name and string values." methods: - uid: "com.azure.search.documents.models.ScoringParameter.getName()" fullName: "com.azure.search.documents.models.ScoringParameter.getName()" name: "getName()" nameWithType: "ScoringParameter.getName()" summary: "Gets the name of the scoring parameter." syntax: "public String getName()" desc: "Gets the name of the scoring parameter." returns: description: "The name of scoring parameter." type: "String" - uid: "com.azure.search.documents.models.ScoringParameter.getValues()" fullName: "com.azure.search.documents.models.ScoringParameter.getValues()" name: "getValues()" nameWithType: "ScoringParameter.getValues()" summary: "Gets the values of the scoring parameter." syntax: "public List getValues()" desc: "Gets the values of the scoring parameter." returns: description: "The values of scoring parameter." type: "List<String>" - uid: "com.azure.search.documents.models.ScoringParameter.toString()" fullName: "com.azure.search.documents.models.ScoringParameter.toString()" name: "toString()" nameWithType: "ScoringParameter.toString()" summary: "Covert to string." overridden: "java.lang.Object.toString()" syntax: "public String toString()" desc: "Covert to string." returns: description: "Service accepted string format." type: "String" type: "class" desc: "Represents a parameter value to be used in scoring functions (for example, referencePointParameter)." metadata: {} package: "com.azure.search.documents.models" artifact: com.azure:azure-search-documents:11.7.3