Skip to content

Commit

Permalink
Automated update to repo's documentation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 12, 2024
1 parent 88ee0e7 commit 9a57623
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/search-core.segment.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export interface Segment

| Property | Type | Description |
| --- | --- | --- |
| [pageNumber?](./search-core.segment.pagenumber.md) | number | <i>(Optional)</i> The page number of a segment from a pdf |
| [score](./search-core.segment.score.md) | number | The similarity score of the segment from 0 to 1 |
| [text](./search-core.segment.text.md) | string | The value of the segment as plain text. |

13 changes: 13 additions & 0 deletions docs/search-core.segment.pagenumber.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@yext/search-core](./search-core.md) &gt; [Segment](./search-core.segment.md) &gt; [pageNumber](./search-core.segment.pagenumber.md)

## Segment.pageNumber property

The page number of a segment from a pdf

<b>Signature:</b>

```typescript
pageNumber?: number;
```
1 change: 1 addition & 0 deletions etc/search-core.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ export interface SearchService {

// @public
export interface Segment {
pageNumber?: number;
score: number;
text: string;
}
Expand Down

0 comments on commit 9a57623

Please sign in to comment.