Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Equals ( object obj ) : bool |
Equals override
|
|
GetHashCode ( ) : int |
Hashcode override
|
|
TextEmbeddingResponse ( |
Creates a TextEmbeddingResponse from the API's raw output
|
|
TextEmbeddingResponse ( IEnumerable |
Constructs a TextEmbedding Response from a text embedding, a collection of response headers, and content in a dictionary or content as JSON
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare |
Результат | bool |
public TextEmbeddingResponse ( |
||
apiResult | The API's output | |
Результат | System |
public TextEmbeddingResponse ( IEnumerable |
||
textEmbedding | IEnumerable |
The averaged text vector (text embedding) |
responseHeaders | string>.Dictionary | The response headers from the API |
content | object>.Dictionary | The content of the response (i.e. the textEmbedding list) |
contentAsJson | String | The content as a JSON string |
Результат | System |