Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 922 Bytes

vertexai.segment.md

File metadata and controls

50 lines (35 loc) · 922 Bytes

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

Segment interface

Signature:

export interface Segment 

Properties

Property Type Description
endIndex number
partIndex number
startIndex number

Segment.endIndex

Signature:

endIndex: number;

Segment.partIndex

Signature:

partIndex: number;

Segment.startIndex

Signature:

startIndex: number;