pub struct GoogleCloudDocumentaiV1beta2KeyValuePairHint {
pub key: Option<String>,
pub value_types: Option<Vec<String>>,
}Expand description
Reserved for future use.
This type is not used in any activity, and only used as part of another schema.
Fields§
§key: Option<String>The key text for the hint.
value_types: Option<Vec<String>>Type of the value. This is case-insensitive, and could be one of: ADDRESS, LOCATION, ORGANIZATION, PERSON, PHONE_NUMBER, ID, NUMBER, EMAIL, PRICE, TERMS, DATE, NAME. Types not in this list will be ignored.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl Clone for GoogleCloudDocumentaiV1beta2KeyValuePairHint
Source§fn clone(&self) -> GoogleCloudDocumentaiV1beta2KeyValuePairHint
fn clone(&self) -> GoogleCloudDocumentaiV1beta2KeyValuePairHint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl Default for GoogleCloudDocumentaiV1beta2KeyValuePairHint
Source§fn default() -> GoogleCloudDocumentaiV1beta2KeyValuePairHint
fn default() -> GoogleCloudDocumentaiV1beta2KeyValuePairHint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1beta2KeyValuePairHint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDocumentaiV1beta2KeyValuePairHint
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl RefUnwindSafe for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl Send for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl Sync for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl Unpin for GoogleCloudDocumentaiV1beta2KeyValuePairHint
impl UnwindSafe for GoogleCloudDocumentaiV1beta2KeyValuePairHint
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more